mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Allow building with #+(and linux (not sb-futex))
Don't know why you'd want to, but it works.
This commit is contained in:
parent
7cff947341
commit
0dfedfcfea
|
|
@ -26,7 +26,7 @@
|
|||
(eval-when (:compile-toplevel :load-toplevel)
|
||||
#+(and sb-thread sb-futex linux) (pushnew :futex-use-tid sb-xc:*features*))
|
||||
|
||||
#+futex-use-tid
|
||||
#+linux
|
||||
(defmacro my-kernel-thread-id ()
|
||||
`(sb-ext:truly-the
|
||||
(unsigned-byte 32)
|
||||
|
|
|
|||
Loading…
Reference in a new issue