X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Finterrupt.c;h=aa2a23f6df3e7c245e3279aa977f14b2592e1bb6;hb=e67cc0f952040723f7d0f37ddb88fe895f4b1464;hp=d23df7b868ad8111cd6cf4dcace2b6d86d93afec;hpb=7cca1cabd213d38218a40e973b06ca11c8546396;p=sbcl.git diff --git a/src/runtime/interrupt.c b/src/runtime/interrupt.c index d23df7b..aa2a23f 100644 --- a/src/runtime/interrupt.c +++ b/src/runtime/interrupt.c @@ -106,9 +106,9 @@ inline static void check_blockables_blocked_or_lose() { /* Get the current sigmask, by blocking the empty set. */ sigset_t empty,current; + int i; sigemptyset(&empty); sigprocmask(SIG_BLOCK, &empty, ¤t); - int i; for(i=0;i