浏览代码

__uselocale is hidden

Peter S. Mazinger 20 年之前
父节点
当前提交
5e33a1af52
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libpthread/linuxthreads.old/libc_pthread_init.c

+ 1 - 1
libpthread/linuxthreads.old/libc_pthread_init.c

@@ -26,7 +26,7 @@
 #include "sysdeps/pthread/pthread-functions.h"
 #include "sysdeps/pthread/pthread-functions.h"
 
 
 #if !(USE_TLS && HAVE___THREAD) && defined __UCLIBC_HAS_XLOCALE__
 #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
 #endif
 
 
 int __libc_multiple_threads attribute_hidden __attribute__((nocommon));
 int __libc_multiple_threads attribute_hidden __attribute__((nocommon));