diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-09 22:08:41 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-09 22:08:41 +0000 |
commit | d9a55dbffa2f671773fcaac6bc51fa07944d8625 (patch) | |
tree | 9e2863a3717666e000c1c45a45cedf751696e773 /libpthread | |
parent | e619cc8ea2818d8c4f98a8a6ad30ee90bc70bf3e (diff) |
Add back XLOCALE for hidden uselocale
Diffstat (limited to 'libpthread')
-rw-r--r-- | libpthread/linuxthreads/libc_pthread_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/libc_pthread_init.c b/libpthread/linuxthreads/libc_pthread_init.c index e346ed275..e8482c554 100644 --- a/libpthread/linuxthreads/libc_pthread_init.c +++ b/libpthread/linuxthreads/libc_pthread_init.c @@ -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 |