0.8.16.26:
[sbcl.git] / src / runtime / thread.h
index 825c412..a4318fe 100644 (file)
@@ -119,6 +119,6 @@ static inline struct thread *arch_os_get_current_thread() {
 
 
 int arch_os_thread_init(struct thread *thread);
-extern struct thread *arch_os_get_current_thread();
+extern void create_initial_thread(lispobj);
 
 #endif /* _INCLUDE_THREAD_H_ */