1.0.25.44: INTERRUPT-THREAD and timer improvements
[sbcl.git] / src / runtime / linux-os.h
index 8b74848..f0387e9 100644 (file)
@@ -39,6 +39,4 @@ typedef int os_vm_prot_t;
 
 #define SIG_MEMORY_FAULT SIGSEGV
 
-#define SIG_INTERRUPT_THREAD (SIGRTMIN)
 #define SIG_STOP_FOR_GC (SIGUSR1)
-#define SIG_RESUME_FROM_GC (SIGUSR2)