Loading...
include/xlocale/_monetary.h Libc-1725.40.4 Libc-583
--- Libc/Libc-1725.40.4/include/xlocale/_monetary.h
+++ Libc/Libc-583/include/xlocale/_monetary.h
@@ -24,16 +24,8 @@
 #ifndef _XLOCALE__MONETARY_H_
 #define _XLOCALE__MONETARY_H_
 
-#include <sys/cdefs.h>
-#include <_types.h>
-#include <sys/_types/_size_t.h>
-#include <sys/_types/_ssize_t.h>
-#include <__xlocale.h>
-
-_LIBC_SINGLE_BY_DEFAULT()
-
 __BEGIN_DECLS
-ssize_t	strfmon_l(char *_LIBC_COUNT(__maxsize), size_t __maxsize, locale_t, const char *, ...)
+ssize_t	strfmon_l(char *, size_t, locale_t, const char *, ...)
 		__strfmonlike(4, 5);
 __END_DECLS