From 9f66db0d1234425b8e0900826a06e0a6092f2c4a Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 17 Jun 2018 09:58:23 +0200 Subject: Add missing prototype * kern/machine.h (action_thread): Add prototype. --- kern/machine.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kern/machine.h b/kern/machine.h index c67213a2..5c55d2cd 100644 --- a/kern/machine.h +++ b/kern/machine.h @@ -54,5 +54,6 @@ extern kern_return_t processor_shutdown (processor_t); * action_thread() shuts down processors or changes their assignment. */ extern void action_thread_continue (void) __attribute__((noreturn)); +extern void action_thread(void) __attribute__((noreturn)); #endif /* _MACHINE_H_ */ -- cgit v1.2.3