0.7.7.9:
[sbcl.git] / src / runtime / hppa-linux-os.h
index 97711b6..f0c23ac 100644 (file)
@@ -2,6 +2,9 @@
 #define _HPPA_LINUX_OS_H
 
 typedef struct ucontext os_context_t;
+/* FIXME: This will change if the parisc-linux people implement
+   wide-sigcontext for 32-bit kernels */
+typedef unsigned long os_context_register_t;
 
 static inline os_context_t *arch_os_get_context(void **void_context) {
     return (os_context_t *) *void_context;