Allow building with #+(and linux (not sb-futex))

Don't know why you'd want to, but it works.
This commit is contained in:
Douglas Katzman 2020-07-20 20:35:42 -04:00
parent 7cff947341
commit 0dfedfcfea

View file

@ -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)