bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 51/66] kern/act.h: remove prototype without definition


From: Marin Ramesa
Subject: [PATCH 51/66] kern/act.h: remove prototype without definition
Date: Thu, 5 Dec 2013 22:03:45 +0100

* kern/act.h (act_create_kernel): Remove prototype without definition.

---
 kern/act.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kern/act.h b/kern/act.h
index cddf6c7..9175211 100644
--- a/kern/act.h
+++ b/kern/act.h
@@ -174,9 +174,7 @@ void                act_init(void);
 /* Exported to task.c */
 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);
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]