X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-signal.lisp;h=1d99910facd3efce8354fa3b36860f8be2e181e1;hb=ba38798a5ca26b90647a1993f348806cb32f2d1b;hp=447d181a86d5f9666d075667d01470c68687dd86;hpb=6139c89c89f45c03509e4f3156293ff656716a8c;p=sbcl.git diff --git a/src/code/target-signal.lisp b/src/code/target-signal.lisp index 447d181..1d99910 100644 --- a/src/code/target-signal.lisp +++ b/src/code/target-signal.lisp @@ -47,6 +47,7 @@ ;;; can pull it out of the CMU CL sources, or the old SBCL sources; ;;; but you might also consider doing things the SBCL way and moving ;;; this kind of C-level work down to C wrapper functions.) +#!-sunos (sb!alien:define-alien-routine ("sigsetmask" unix-sigsetmask) sb!alien:unsigned-long (mask sb!alien:unsigned-long))