X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fsunos-os.h;h=dda6f4f41b0c742428fe5a3d230b68f6b3f7c5da;hb=bbbe40be1052fe7d46dacbfeb2e13041e5c9b293;hp=b8560c747915414e85838b338f99beb36380e0cc;hpb=409fcc671231b594ec010adf683f72a871ec1d6a;p=sbcl.git diff --git a/src/runtime/sunos-os.h b/src/runtime/sunos-os.h index b8560c7..dda6f4f 100644 --- a/src/runtime/sunos-os.h +++ b/src/runtime/sunos-os.h @@ -32,7 +32,7 @@ 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) /* Yaargh?! */