From: David Lichteblau Date: Tue, 18 Sep 2012 15:12:11 +0000 (+0200) Subject: Use futexes on windows X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=ec58ac28523a2e9a296e3f84ad0928ee04842eae;p=sbcl.git Use futexes on windows --- diff --git a/make-config.sh b/make-config.sh index 07b302c..ca9e63f 100644 --- a/make-config.sh +++ b/make-config.sh @@ -526,6 +526,7 @@ case "$sbcl_os" in ;; win32) printf ' :win32' >> $ltf + printf ' :sb-futex' >> $ltf printf ' :sb-qshow' >> $ltf link_or_copy Config.$sbcl_arch-win32 Config link_or_copy $sbcl_arch-win32-os.h target-arch-os.h