Explorar o código

Merge from NPTL branch.

"Steven J. Hill" %!s(int64=20) %!d(string=hai) anos
pai
achega
82efaae8d7
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      include/libc-internal.h

+ 4 - 0
include/libc-internal.h

@@ -174,6 +174,10 @@
 # define attribute_noreturn
 #endif
 
+#ifdef __UCLIBC_HAS_THREADS_NATIVE__
+# define attribute_tls_model_ie __attribute__ ((tls_model ("initial-exec")))
+#endif
+
 /* Pull in things like __attribute_used__ */
 #include <sys/cdefs.h>