X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Finterrupt.h;h=0b6fb7b04a773d79b46b08efe69cb5076e8f8038;hb=6ddaf294e5a7e3b1792ed1d9c342894c38538773;hp=ae7202092f8ca88842f8fe22db158f7f99c7005f;hpb=47eb330ef0f3b99d24c0e24d897b757f16950c4b;p=sbcl.git diff --git a/src/runtime/interrupt.h b/src/runtime/interrupt.h index ae72020..0b6fb7b 100644 --- a/src/runtime/interrupt.h +++ b/src/runtime/interrupt.h @@ -96,6 +96,8 @@ void sigaddset_deferrable(sigset_t *s); /* Set all blockable signals into *s. */ void sigaddset_blockable(sigset_t *s); +extern void block_blockable_signals(); + /* The void* casting here avoids having to mess with the various types * of function argument lists possible for signal handlers: * SA_SIGACTION handlers have one signature, and the default old-style