0.pre8.33
[sbcl.git] / src / runtime / ppc-linux-os.h
index 4f65e16..f308286 100644 (file)
@@ -10,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 */