svn commit: trunk/uClibc/libpthread/linuxthreads

psm at uclibc.org psm at uclibc.org
Thu Mar 9 22:08:43 UTC 2006


Author: psm
Date: 2006-03-09 14:08:41 -0800 (Thu, 09 Mar 2006)
New Revision: 14497

Log:
Add back XLOCALE for hidden uselocale

Modified:
   trunk/uClibc/libpthread/linuxthreads/libc_pthread_init.c


Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads/libc_pthread_init.c
===================================================================
--- trunk/uClibc/libpthread/linuxthreads/libc_pthread_init.c	2006-03-09 22:04:33 UTC (rev 14496)
+++ trunk/uClibc/libpthread/linuxthreads/libc_pthread_init.c	2006-03-09 22:08:41 UTC (rev 14497)
@@ -29,7 +29,7 @@
 libc_hidden_proto(memcpy)
 #endif
 
-#if !(USE_TLS && HAVE___THREAD)
+#if !(USE_TLS && HAVE___THREAD) && defined __UCLIBC_HAS_XLOCALE__
 libc_hidden_proto(uselocale)
 #endif
 




More information about the uClibc-cvs mailing list