[PATCH] reparent_to_init cleanup

This patch hides reparent_to_init().  reparent_to_init() should only be
called by daemonize().

Signed-off-by: Coywolf Qi Hunt <coywolf@lovecn.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Coywolf Qi Hunt
2005-04-16 15:26:01 -07:00
committed by Linus Torvalds
parent 2f4cfacecd
commit 6c46ada700
3 changed files with 1 additions and 3 deletions

View File

@ -1021,7 +1021,6 @@ extern void exit_itimers(struct signal_struct *);
extern NORET_TYPE void do_group_exit(int);
extern void reparent_to_init(void);
extern void daemonize(const char *, ...);
extern int allow_signal(int);
extern int disallow_signal(int);