X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.h;h=9dca7974bb5712f5432157f4857c39fb3c863a41;hb=f2b65035e35f3f7ae5f645cea6338538235ca899;hp=de4b61f0a33afde6d4cf70e7fd5cb718379bf6ef;hpb=3be1ab042ab74e008e40626cc6bd5190b27da033;p=sbcl.git diff --git a/src/runtime/globals.h b/src/runtime/globals.h index de4b61f..9dca797 100644 --- a/src/runtime/globals.h +++ b/src/runtime/globals.h @@ -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