summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-12-05 22:03:45 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-09 00:19:48 +0900
commit9003ab643c4fe5a54090c86fd4b8305c80f1e9bb (patch)
tree043d6d36a00f42674dcc8ee2831f8635290a4677 /kern
parent5b52f611dd714b161337301109c28c2ae4a89dff (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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kern/act.h b/kern/act.h
index e064724..35f1324 100644
--- a/kern/act.h
+++ b/kern/act.h
@@ -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);