Loading...
--- Libc/Libc-1725.40.4/include/xlocale/_monetary.h
+++ Libc/Libc-498/include/xlocale/_monetary.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2009 Apple Inc. All rights reserved.
+ * Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
@@ -24,17 +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 *, ...)
- __strfmonlike(4, 5);
+ssize_t strfmon_l(char *, size_t, locale_t, const char *, ...);
__END_DECLS
#endif /* _XLOCALE__MONETARY_H_ */