diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-04 23:44:59 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-04 23:44:59 +0000 |
commit | 5e33a1af5254e5cd520a5943464138ade1071807 (patch) | |
tree | 75efe47cd7d775de0ddd34af2f651dfa83ac4bf8 /libpthread/linuxthreads.old | |
parent | b4e5c5b6c33d6538291d98672b1e5eb886706217 (diff) |
__uselocale is hidden
Diffstat (limited to 'libpthread/linuxthreads.old')
-rw-r--r-- | libpthread/linuxthreads.old/libc_pthread_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/libc_pthread_init.c b/libpthread/linuxthreads.old/libc_pthread_init.c index 6cc674b75..647a19323 100644 --- a/libpthread/linuxthreads.old/libc_pthread_init.c +++ b/libpthread/linuxthreads.old/libc_pthread_init.c @@ -26,7 +26,7 @@ #include "sysdeps/pthread/pthread-functions.h" #if !(USE_TLS && HAVE___THREAD) && defined __UCLIBC_HAS_XLOCALE__ -extern __locale_t __uselocale (__locale_t __dataset) __THROW; +extern __locale_t __uselocale (__locale_t __dataset) __THROW attribute_hidden; #endif int __libc_multiple_threads attribute_hidden __attribute__((nocommon)); |