From a54d8af9a66ca26ff53f5bcde774a415448d28ab Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 11 Nov 2011 18:51:18 +0200 Subject: [PATCH] package snafu on unithreaded build --- src/code/target-thread.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/target-thread.lisp b/src/code/target-thread.lisp index 553dc67..53d2671 100644 --- a/src/code/target-thread.lisp +++ b/src/code/target-thread.lisp @@ -737,7 +737,7 @@ around the call, checking the the associated data: (declare (ignore queue)) (assert mutex) #!-sb-thread - (wait-for nil :timeout timeout) ; Yeah... + (sb!ext:wait-for nil :timeout timeout) ; Yeah... #!+sb-thread (let ((me *current-thread*)) (barrier (:read)) -- 1.7.10.4