summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-04 23:44:59 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-04 23:44:59 +0000
commit5e33a1af5254e5cd520a5943464138ade1071807 (patch)
tree75efe47cd7d775de0ddd34af2f651dfa83ac4bf8 /libpthread
parentb4e5c5b6c33d6538291d98672b1e5eb886706217 (diff)
__uselocale is hidden
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/linuxthreads.old/libc_pthread_init.c2
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));