X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-os.h;h=e930693dfce83e7cf6663f015e12e18f2bd868ba;hb=bbbe40be1052fe7d46dacbfeb2e13041e5c9b293;hp=8b7484800caf557387be4e948320dcfd03fc40e2;hpb=1d33d240c6f1385157c7d71f681911f7387ddf32;p=sbcl.git diff --git a/src/runtime/linux-os.h b/src/runtime/linux-os.h index 8b74848..e930693 100644 --- a/src/runtime/linux-os.h +++ b/src/runtime/linux-os.h @@ -39,6 +39,5 @@ typedef int os_vm_prot_t; #define SIG_MEMORY_FAULT SIGSEGV -#define SIG_INTERRUPT_THREAD (SIGRTMIN) +#define SIG_INTERRUPT_THREAD (SIGPWR) #define SIG_STOP_FOR_GC (SIGUSR1) -#define SIG_RESUME_FROM_GC (SIGUSR2)