0.8.15.3:
[sbcl.git] / src / runtime / x86-linux-os.h
index a233223..90b34c0 100644 (file)
@@ -8,9 +8,7 @@ static inline os_context_t *arch_os_get_context(void **void_context) {
     return (os_context_t *) *void_context;
 }
 
-extern struct thread *arch_os_get_current_thread();
 unsigned long os_context_fp_control(os_context_t *context);
 void os_restore_fp_control(os_context_t *context);
-int arch_os_thread_init(struct thread *thread);
 
 #endif /* _X86_LINUX_OS_H */