OSDN Git Service

Build also if XLOCALE is enabled
authorPeter S. Mazinger <ps.m@gmx.net>
Wed, 4 Jan 2006 23:24:02 +0000 (23:24 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Wed, 4 Jan 2006 23:24:02 +0000 (23:24 -0000)
libpthread/linuxthreads.old/libc_pthread_init.c

index 4afb65a..6cc674b 100644 (file)
@@ -17,6 +17,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#define _GNU_SOURCE
 #include <features.h>
 #include <locale.h>
 #include <stdlib.h>
 #include "internals.h"
 #include "sysdeps/pthread/pthread-functions.h"
 
+#if !(USE_TLS && HAVE___THREAD) && defined __UCLIBC_HAS_XLOCALE__
+extern __locale_t __uselocale (__locale_t __dataset) __THROW;
+#endif
+
 int __libc_multiple_threads attribute_hidden __attribute__((nocommon));
 
 int *