X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Flinux-os.c;h=a958224f66593349db0fecfe1ba2dab66702d526;hb=c3699db2053ff3b5ac6a98d4431c3789496002d8;hp=03d950f30be15d1e2a7678dfc8ad3ba04191d4d9;hpb=dcf5978d9d33098e868ae6eea28e1b310038c03d;p=sbcl.git diff --git a/src/runtime/linux-os.c b/src/runtime/linux-os.c index 03d950f..a958224 100644 --- a/src/runtime/linux-os.c +++ b/src/runtime/linux-os.c @@ -280,6 +280,8 @@ os_install_interrupt_handlers(void) interrupt_thread_handler); undoably_install_low_level_interrupt_handler(SIG_STOP_FOR_GC, sig_stop_for_gc_handler); + undoably_install_low_level_interrupt_handler(SIG_THREAD_EXIT, + thread_exit_handler); if(!linux_supports_futex) undoably_install_low_level_interrupt_handler(SIG_DEQUEUE, sigcont_handler);