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