0.7.7.9:
[sbcl.git] / src / runtime / x86-linux-os.h
index dfd38bd..90b34c0 100644 (file)
@@ -2,6 +2,7 @@
 #define _X86_LINUX_OS_H
 
 typedef struct ucontext os_context_t;
+typedef long os_context_register_t;
 
 static inline os_context_t *arch_os_get_context(void **void_context) {
     return (os_context_t *) *void_context;