X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fsunos-os.h;h=95212e2c6cb42e53eaf5c529dcfd014e4beed363;hb=2b90fd1dbad23322258222a2ef4cef7f6a00831d;hp=15475d3d0831b3301247c5797ace8b494449c796;hpb=dc5e3163fe667e2629c7769aa8cf2e501eeeefa6;p=sbcl.git diff --git a/src/runtime/sunos-os.h b/src/runtime/sunos-os.h index 15475d3..95212e2 100644 --- a/src/runtime/sunos-os.h +++ b/src/runtime/sunos-os.h @@ -32,5 +32,10 @@ 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 ; +