1.0.2.7: Darwin/MacOS threading improvements
[sbcl.git] / src / runtime / thread.c
index 2c3367c..9871f9f 100644 (file)
@@ -55,6 +55,7 @@
 
 #if defined(LISP_FEATURE_DARWIN) && defined(LISP_FEATURE_SB_THREAD)
 #define QUEUE_FREEABLE_THREAD_STACKS
+#define LOCK_CREATE_THREAD
 #endif
 
 #ifdef LISP_FEATURE_FREEBSD