Sfoglia il codice sorgente

Add back XLOCALE for hidden uselocale

Peter S. Mazinger 20 anni fa
parent
commit
d9a55dbffa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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