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

Manuel Novoa III mjn3 at uclibc.org
Tue Nov 11 23:44:16 UTC 2003


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

Modified Files:
	uClibc_locale.h 
Log Message:
Fix for the last "fix".


Index: uClibc_locale.h
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/common/bits/uClibc_locale.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- uClibc_locale.h	11 Nov 2003 22:54:43 -0000	1.11
+++ uClibc_locale.h	11 Nov 2003 23:44:13 -0000	1.12
@@ -321,9 +321,11 @@
 
 typedef struct __uclibc_locale_struct *__locale_t;
 
+#ifdef _LIBC
 extern int __locale_mbrtowc_l(wchar_t *__restrict dst,
 							  const char *__restrict src,
 							  __locale_t loc );
+#endif
 
 #ifdef L_setlocale
 /* so we only get the warning once... */




More information about the uClibc-cvs mailing list