X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fsunos-os.h;h=dda6f4f41b0c742428fe5a3d230b68f6b3f7c5da;hb=85e1967527101d2d8a4c0f5d37857cf731690733;hp=6132fd95187353bc3374489d204fb22872c64ca8;hpb=0d669e68a1ffbea42af6216f2ae8c7d7ca12ffb6;p=sbcl.git diff --git a/src/runtime/sunos-os.h b/src/runtime/sunos-os.h index 6132fd9..dda6f4f 100644 --- a/src/runtime/sunos-os.h +++ b/src/runtime/sunos-os.h @@ -30,5 +30,11 @@ typedef int os_vm_prot_t; #define OS_VM_PROT_WRITE PROT_WRITE #define OS_VM_PROT_EXECUTE PROT_EXEC +#define SIG_MEMORY_FAULT SIGSEGV + +#define SIG_INTERRUPT_THREAD (SIGPWR) +#define SIG_STOP_FOR_GC (SIGUSR1) + /* Yaargh?! */ typedef int os_context_register_t ; +