浏览代码

Add back XLOCALE for hidden uselocale

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

+ 1 - 1
libpthread/linuxthreads/libc_pthread_init.c

@@ -29,7 +29,7 @@
 libc_hidden_proto(memcpy)
 #endif
 
-#if !(USE_TLS && HAVE___THREAD)
+#if !(USE_TLS && HAVE___THREAD) && defined __UCLIBC_HAS_XLOCALE__
 libc_hidden_proto(uselocale)
 #endif