diff options
Diffstat (limited to 'kern')
-rw-r--r-- | kern/act.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -176,7 +176,6 @@ kern_return_t act_terminate_task_locked(struct Act *act); /* Exported to thread.c */ extern Act null_act; -kern_return_t act_create_kernel(Act **out_act); /* Exported to machine-dependent activation code */ void act_execute_returnhandlers(void); |