From 41db918cae7e12e2d0c3873693b99622de52a4af Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 9 Mar 2006 15:18:36 +0000 Subject: Not the best idea moving libc_hidden_proto to uClibc_glue.h --- libpthread/linuxthreads/libc_pthread_init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libpthread/linuxthreads/libc_pthread_init.c') diff --git a/libpthread/linuxthreads/libc_pthread_init.c b/libpthread/linuxthreads/libc_pthread_init.c index 5ed9ab6bf..e346ed275 100644 --- a/libpthread/linuxthreads/libc_pthread_init.c +++ b/libpthread/linuxthreads/libc_pthread_init.c @@ -29,6 +29,10 @@ libc_hidden_proto(memcpy) #endif +#if !(USE_TLS && HAVE___THREAD) +libc_hidden_proto(uselocale) +#endif + int * __libc_pthread_init (functions) const struct pthread_functions *functions; -- cgit v1.2.3