summary refs log tree commit diff
path: root/linuxthreads/tst-tls1.h
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/tst-tls1.h')
-rw-r--r--linuxthreads/tst-tls1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/tst-tls1.h b/linuxthreads/tst-tls1.h
index b7c14eb82c..0060e5727b 100644
--- a/linuxthreads/tst-tls1.h
+++ b/linuxthreads/tst-tls1.h
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <tls.h>
 
-#if USE_TLS && HAVE___THREAD
+#if USE_TLS && (0 || HAVE___THREAD)
 
 struct tls_obj
 {