Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SBCL: implement THREAD-ATTRIBUTES only for Linux
SBCL defines SB-THREAD:THREAD-OS-TID only for Linux, and accessing it from MacOS or Windows will result in a symbol not found error: ; caught ERROR: ; READ error during COMPILE-FILE: ; ; Symbol "THREAD-OS-TID" not found in the SB-THREAD package. ; ; Line: 1716, Column: 40, File-Position: 69208 ; ; Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /Users/matteolandi/my-env/opt/slime/swank/sbcl.lisp" {1001ECFC23}> ;; ;; Error compiling /Users/matteolandi/my-env/opt/slime/swank/sbcl.lisp: ;; COMPILE-FILE returned NIL. ;;
- Loading branch information