svn commit: branches/uClibc-nptl/libc/sysdeps/linux/common/bits

vda at uclibc.org vda at uclibc.org
Sun Jan 18 23:00:27 UTC 2009


Author: vda
Date: 2009-01-18 23:00:26 +0000 (Sun, 18 Jan 2009)
New Revision: 24904

Log:
Make __global_locale visible in headers



Modified:
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_locale.h


Changeset:
Modified: branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_locale.h
===================================================================
--- branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_locale.h	2009-01-18 22:59:41 UTC (rev 24903)
+++ branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_locale.h	2009-01-18 23:00:26 UTC (rev 24904)
@@ -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