1.0.25.40: fix JOIN-THREAD
[sbcl.git] / src / runtime / sunos-os.h
index 15475d3..dda6f4f 100644 (file)
@@ -32,5 +32,9 @@ typedef int os_vm_prot_t;
 
 #define SIG_MEMORY_FAULT SIGSEGV
 
+#define SIG_INTERRUPT_THREAD (SIGPWR)
+#define SIG_STOP_FOR_GC (SIGUSR1)
+
 /* Yaargh?! */
 typedef int os_context_register_t ;
+