diff options
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/pthread')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h b/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h index 5a72b7703..f81c22945 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h +++ b/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h @@ -36,7 +36,6 @@ extern int __cxa_atexit (void (*func) (void *), void *arg, void *d); #ifdef __UCLIBC_HAS_XLOCALE__ # define __uselocale(x) uselocale(x) -libc_hidden_proto(uselocale) #else # define __uselocale(x) ((void)0) #endif |