svn commit: trunk/uClibc/libc/sysdeps/linux/common/bits

vda at uclibc.org vda at uclibc.org
Sun Jan 18 22:59:41 UTC 2009


Author: vda
Date: 2009-01-18 22:59:41 +0000 (Sun, 18 Jan 2009)
New Revision: 24903

Log:
__global_locale must be visible to users, move it outside of #ifdef _LIBC



Modified:
   trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_locale.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_locale.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_locale.h	2009-01-18 14:22:30 UTC (rev 24902)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_locale.h	2009-01-18 22:59:41 UTC (rev 24903)
@@ -314,10 +314,11 @@
 } __uclibc_locale_t;
 
 extern __uclibc_locale_t __global_locale_data;
-extern struct __uclibc_locale_struct * __global_locale;
 #endif /* !__UCLIBC_GEN_LOCALE */
 #endif /* _LIBC */
 
+extern struct __uclibc_locale_struct * __global_locale;
+
 typedef struct __uclibc_locale_struct *__locale_t;
 
 /* if we need to leave only _LIBC, then attribute_hidden is not usable */



More information about the uClibc-cvs mailing list