0.8.0.78.vector-nil-string.14:
[sbcl.git] / src / runtime / ppc-linux-os.h
index 9c8d319..f308286 100644 (file)
@@ -2,6 +2,7 @@
 #define _PPC_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;
@@ -9,5 +10,6 @@ static inline os_context_t *arch_os_get_context(void **void_context) {
 
 unsigned long os_context_fp_control(os_context_t *context);
 void os_restore_fp_control(os_context_t *context);
+extern struct thread *arch_os_get_current_thread();
 
 #endif /* _PPC_LINUX_OS_H */