From ad2d075537adac71f0e3867a10d15c784c973b34 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Mon, 9 May 2011 19:05:01 +0200 Subject: [PATCH] Mark SIGPOLL as optional because it's not present on OSX --- src/syscalls/ffi-types-unix.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syscalls/ffi-types-unix.lisp b/src/syscalls/ffi-types-unix.lisp index 5209987..35cdb54 100644 --- a/src/syscalls/ffi-types-unix.lisp +++ b/src/syscalls/ffi-types-unix.lisp @@ -308,7 +308,7 @@ (:sigttou "SIGTTOU") ;; POSIX.1-2001 (:sigbus "SIGBUS") - (:sigpoll "SIGPOLL") + (:sigpoll "SIGPOLL" :optional t) (:sigprof "SIGPROF") (:sigsys "SIGSYS") (:sigtrap "SIGTRAP") -- 2.11.4.GIT