1.0.12.33: Have foreign.test.sh create .so files under the test directory
[sbcl.git] / src / runtime / globals.h
index de4b61f..9dca797 100644 (file)
@@ -41,7 +41,7 @@ extern size_t dynamic_space_size;
 #endif
 extern char **ENVIRON;
 
-#if defined(LISP_FEATURE_SB_THREAD)
+#if defined(LISP_FEATURE_SB_THREAD) && !defined(LISP_FEATURE_GCC_TLS)
 extern pthread_key_t specials;
 #endif