X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-os.h;h=de53fc03322a075b651713ca56c934f0f03b786e;hb=4ae1b794a5d6a90794468cf8017f5307f2c30dfe;hp=ed8733d180d45811003f43921825beeb7fe88d1c;hpb=637371f800e71ac4449e01d59571c9d10f6bde26;p=sbcl.git diff --git a/src/runtime/linux-os.h b/src/runtime/linux-os.h index ed8733d..de53fc0 100644 --- a/src/runtime/linux-os.h +++ b/src/runtime/linux-os.h @@ -36,5 +36,5 @@ 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 +