X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-sunos-os.h;h=bb7753a9e796eb161dce91159f33d340222be60e;hb=ed1910efb36f71b5ebe33b5ffffd7195e15644de;hp=dffcc330908ee8c668971e489978457024187489;hpb=584bfdc4e1093e43e4eb328a418b012745935a29;p=sbcl.git diff --git a/src/runtime/x86-sunos-os.h b/src/runtime/x86-sunos-os.h index dffcc33..bb7753a 100644 --- a/src/runtime/x86-sunos-os.h +++ b/src/runtime/x86-sunos-os.h @@ -2,6 +2,7 @@ #define _X86_SOLARIS_OS_H typedef ucontext_t os_context_t; +typedef int os_context_register_t; static inline os_context_t *arch_os_get_context(void **void_context) {