浏览代码

Merge from NPTL branch.

"Steven J. Hill" 20 年之前
父节点
当前提交
82efaae8d7
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      include/libc-internal.h

+ 4 - 0
include/libc-internal.h

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