Skip to content
Snippets Groups Projects
Commit 993808c7 authored by ram's avatar ram
Browse files

Picked up new SIGMASK from working code version of syscall.lisp.

parent 60c78fdf
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,7 @@
(defmacro sigmask (signal)
"Returns a mask given a signal."
`(ash 1 (1- ,signal)))
`(ash 1 (1- ,(unix-signal-number signal))))
(defmacro with-trap-arg-block (arg-var alien-var &body forms)
`(progn (unless *free-trap-arg-blocks* (alloc-trap-arg-block))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment