X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-os.h;h=411ade6ce9881e750e459a7642d3447959d06955;hb=3da4a7fbba3015abf8572946dc4481dc2980b943;hp=ed8733d180d45811003f43921825beeb7fe88d1c;hpb=637371f800e71ac4449e01d59571c9d10f6bde26;p=sbcl.git diff --git a/src/runtime/linux-os.h b/src/runtime/linux-os.h index ed8733d..411ade6 100644 --- a/src/runtime/linux-os.h +++ b/src/runtime/linux-os.h @@ -36,5 +36,8 @@ typedef int os_vm_prot_t; #define OS_VM_PROT_WRITE PROT_WRITE #define OS_VM_PROT_EXECUTE PROT_EXEC -/* /usr/include/asm/sigcontext.h */ -typedef long os_context_register_t ; +#define SIG_MEMORY_FAULT SIGSEGV + +#define SIG_INTERRUPT_THREAD (SIGRTMIN) +#define SIG_STOP_FOR_GC (SIGRTMIN+1) +