From b4e5c5b6c33d6538291d98672b1e5eb886706217 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 4 Jan 2006 23:24:02 +0000 Subject: Build also if XLOCALE is enabled --- libpthread/linuxthreads.old/libc_pthread_init.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libpthread') diff --git a/libpthread/linuxthreads.old/libc_pthread_init.c b/libpthread/linuxthreads.old/libc_pthread_init.c index 4afb65a6f..6cc674b75 100644 --- a/libpthread/linuxthreads.old/libc_pthread_init.c +++ b/libpthread/linuxthreads.old/libc_pthread_init.c @@ -17,6 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#define _GNU_SOURCE #include #include #include @@ -24,6 +25,10 @@ #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 * -- cgit v1.2.3