1.0.9.62: Performance and stability improvement of threading on FreeBSD
[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