0.9.10.30
[sbcl.git] / src / runtime / linux-os.h
index de53fc0..411ade6 100644 (file)
@@ -38,3 +38,6 @@ typedef int os_vm_prot_t;
 
 #define SIG_MEMORY_FAULT SIGSEGV
 
+#define SIG_INTERRUPT_THREAD (SIGRTMIN)
+#define SIG_STOP_FOR_GC (SIGRTMIN+1)
+