]> git.saurik.com Git - apple/libc.git/blobdiff - include/xlocale.h
Libc-498.tar.gz
[apple/libc.git] / include / xlocale.h
index 3c65e10f5d41830fed7fd29a64ab8aa20b2cb81a..e936c2fe019a0aec8df8e838d041d8dd8f9a514a 100644 (file)
@@ -72,12 +72,15 @@ __const char *      querylocale(int, locale_t);
 locale_t       uselocale(locale_t);
 __END_DECLS
 
-#ifdef __WCTYPE_H_
-#include <xlocale/__wctype.h>
-#endif /* __WCTYPE_H_ */
+//Begin-Libc
+#ifndef __DARWIN_XLOCALE_PRIVATE
+//End-Libc
 #ifdef _CTYPE_H_
 #include <xlocale/_ctype.h>
 #endif /* _CTYPE_H_ */
+#ifdef __WCTYPE_H_
+#include <xlocale/__wctype.h>
+#endif /* __WCTYPE_H_ */
 #ifdef _INTTYPES_H_
 #include <xlocale/_inttypes.h>
 #endif /* _INTTYPES_H_ */
@@ -105,5 +108,8 @@ __END_DECLS
 #ifdef _WCTYPE_H_
 #include <xlocale/_wctype.h>
 #endif /* _WCTYPE_H_ */
+//Begin-Libc
+#endif /* __DARWIN_XLOCALE_PRIVATE */
+//End-Libc
 
 #endif /* _XLOCALE_H_ */