X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fruntime.c;h=45f7eec0014bc5975e5f4f0f66b98ee171eaef0a;hb=c0578d9893429c9c0da80ea5920360e4621fddab;hp=03b519f8b32ede1bb0a3a64f78e118c69e41218a;hpb=012b1558b80a988901569412ca79d544ed30ff6a;p=sbcl.git diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index 03b519f..45f7eec 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -235,7 +235,7 @@ main(int argc, char *argv[], char *envp[]) const char *sbcl_home = getenv("SBCL_HOME"); interrupt_init(); - block_blockable_signals(); + block_blockable_signals(0, 0); setlocale(LC_ALL, "");