[uClibc-cvs] uClibc/libc/sysdeps/linux/common/bits uClibc_locale.h, 1.10, 1.11

Manuel Novoa III mjn3 at uclibc.org
Tue Nov 11 22:54:46 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/common/bits
In directory winder:/tmp/cvs-serv12318

Modified Files:
	uClibc_locale.h 
Log Message:
Protect some header inclusions.


Index: uClibc_locale.h
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/common/bits/uClibc_locale.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- uClibc_locale.h	16 Sep 2003 22:22:28 -0000	1.10
+++ uClibc_locale.h	11 Nov 2003 22:54:43 -0000	1.11
@@ -67,9 +67,11 @@
 /* #if defined(_LIBC) && !defined(__LOCALE_C_ONLY) */
 #ifndef __LOCALE_C_ONLY
 
+#ifdef _LIBC
 #include <stddef.h>
 #include <stdint.h>
 #include <bits/uClibc_touplow.h>
+#endif
 
 #if defined(_LIBC) && !defined(__UCLIBC_GEN_LOCALE)
 #include <bits/uClibc_locale_data.h>




More information about the uClibc-cvs mailing list