X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fppc-linux-os.h;h=f3082864841e4fd0a896c9e2968639c96c5768b4;hb=db1814b928c9400194cb1dc6f57f42f2524501cc;hp=4f65e16430678c1980089151d80a0953ce7f134a;hpb=4ae1b794a5d6a90794468cf8017f5307f2c30dfe;p=sbcl.git diff --git a/src/runtime/ppc-linux-os.h b/src/runtime/ppc-linux-os.h index 4f65e16..f308286 100644 --- a/src/runtime/ppc-linux-os.h +++ b/src/runtime/ppc-linux-os.h @@ -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 */