X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fosf1-os.h;h=0f35d1ae06ff2b36bb599d91c554811b904e59cd;hb=78fa16bf55be44cc16845be84d98023e83fb14bc;hp=b82e31372eacb7dc533f0523287d2bd5c82f5308;hpb=48f92d19cf12f3aff81a29a786970264a523bc7a;p=sbcl.git diff --git a/src/runtime/osf1-os.h b/src/runtime/osf1-os.h index b82e313..0f35d1a 100644 --- a/src/runtime/osf1-os.h +++ b/src/runtime/osf1-os.h @@ -12,6 +12,8 @@ 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 + typedef long os_context_register_t ; #ifndef NSIG /* osf1 -D_XOPEN_SOURCE_EXTENDED omits this */