X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fbsd-os.c;h=eeaf7550714341d9e680a34efac3d888e87ec11e;hb=6d9e2243954872457115bbb9ac1ecb1d161acced;hp=5e6eb527bed442fd10407c906e9ffe647e479d06;hpb=6548750bc1ca4d832afed1744cdc7133b232c6f2;p=sbcl.git diff --git a/src/runtime/bsd-os.c b/src/runtime/bsd-os.c index 5e6eb52..eeaf755 100644 --- a/src/runtime/bsd-os.c +++ b/src/runtime/bsd-os.c @@ -241,7 +241,7 @@ os_install_interrupt_handlers(void) memory_fault_handler); #endif -#ifdef LISP_FEATURE_SB_THREAD +#ifdef THREADS_USING_GCSIGNAL undoably_install_low_level_interrupt_handler(SIG_STOP_FOR_GC, sig_stop_for_gc_handler); #endif