1.0.39.13: restore darwin/ppc building
[sbcl.git] / src / code / cross-thread.lisp
index aede661..743357a 100644 (file)
@@ -15,6 +15,9 @@
   (declare (ignore name value))
   nil)
 
+#!+(and sb-lutex sb-thread)
+(defun make-lutex () nil)
+
 (defmacro with-mutex ((mutex) &body body)
   (declare (ignore mutex))
   `(locally ,@body))
@@ -29,7 +32,7 @@
 
 (defun get-spinlock (spinlock)
   (declare (ignore spinlock))
-  nil)
+  t)
 
 (defun release-spinlock (spinlock)
   (declare (ignore spinlock))