summaryrefslogtreecommitdiff
path: root/include/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tls.h')
-rw-r--r--include/tls.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/tls.h b/include/tls.h
index ffd3e4e70c..1642456a73 100644
--- a/include/tls.h
+++ b/include/tls.h
@@ -5,8 +5,7 @@
#include_next <tls.h>
-#if USE_TLS && HAVE___THREAD \
- && (!defined NOT_IN_libc || defined IS_IN_libpthread)
+#if HAVE___THREAD && (!defined NOT_IN_libc || defined IS_IN_libpthread)
# define USE___THREAD 1