X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fsunos-os.h;h=95726d0650fc62eca3114f5d42ed39724194d33e;hb=c553e4be6da2d18f0827f190589c88e837b8b8a6;hp=95212e2c6cb42e53eaf5c529dcfd014e4beed363;hpb=402958f92506b9d3de852601b8c1ccb99b5ee558;p=sbcl.git diff --git a/src/runtime/sunos-os.h b/src/runtime/sunos-os.h index 95212e2..95726d0 100644 --- a/src/runtime/sunos-os.h +++ b/src/runtime/sunos-os.h @@ -32,10 +32,4 @@ typedef int os_vm_prot_t; #define SIG_MEMORY_FAULT SIGSEGV -#define SIG_INTERRUPT_THREAD (SIGRTMIN) -#define SIG_STOP_FOR_GC (SIGRTMIN+1) -#define SIG_RESUME_FROM_GC (SIGRTMIN+2) - -/* Yaargh?! */ -typedef int os_context_register_t ; - +#define SIG_STOP_FOR_GC (SIGUSR2)