diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-12-05 22:03:45 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-09 00:19:48 +0900 |
commit | 9003ab643c4fe5a54090c86fd4b8305c80f1e9bb (patch) | |
tree | 043d6d36a00f42674dcc8ee2831f8635290a4677 /kern | |
parent | 5b52f611dd714b161337301109c28c2ae4a89dff (diff) |
kern/act.h: remove prototype without definition
* kern/act.h (act_create_kernel): Remove prototype without definition.
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); |