Răsfoiți Sursa

Build also if XLOCALE is enabled

Peter S. Mazinger 19 ani în urmă
părinte
comite
b4e5c5b6c3
1 a modificat fișierele cu 5 adăugiri și 0 ștergeri
  1. 5 0
      libpthread/linuxthreads.old/libc_pthread_init.c

+ 5 - 0
libpthread/linuxthreads.old/libc_pthread_init.c

@@ -17,6 +17,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#define _GNU_SOURCE
 #include <features.h>
 #include <locale.h>
 #include <stdlib.h>
@@ -24,6 +25,10 @@
 #include "internals.h"
 #include "sysdeps/pthread/pthread-functions.h"
 
+#if !(USE_TLS && HAVE___THREAD) && defined __UCLIBC_HAS_XLOCALE__
+extern __locale_t __uselocale (__locale_t __dataset) __THROW;
+#endif
+
 int __libc_multiple_threads attribute_hidden __attribute__((nocommon));
 
 int *