1.0.26.13: OpenBSD x86-64 support
[sbcl.git] / src / runtime / thread.h
index f8ec4e7..306d133 100644 (file)
@@ -56,6 +56,8 @@ wait_for_thread_state_change(struct thread *thread, lispobj state)
 
 #endif
 
+extern int kill_safely(os_thread_t os_thread, int signal);
+
 #define THREAD_SLOT_OFFSET_WORDS(c) \
  (offsetof(struct thread,c)/(sizeof (struct thread *)))
 
@@ -235,6 +237,5 @@ static inline struct thread *arch_os_get_current_thread(void)
 #endif
 
 extern void create_initial_thread(lispobj);
-extern int kill_thread_safely(os_thread_t os_thread, int signo);
 
 #endif /* _INCLUDE_THREAD_H_ */