summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCoywolf Qi Hunt2005-04-17 00:26:01 +0200
committerLinus Torvalds2005-04-17 00:26:01 +0200
commit6c46ada700568897165409e618ed584683838b49 (patch)
tree3e58ca796d70c7867bb2acd6fbe239f671decd78 /include
parent[PATCH] MAINTAINERS: remove obsolete ACP/MWAVE MODEM entry (diff)
downloadkernel-qcow2-linux-6c46ada700568897165409e618ed584683838b49.tar.gz
kernel-qcow2-linux-6c46ada700568897165409e618ed584683838b49.tar.xz
kernel-qcow2-linux-6c46ada700568897165409e618ed584683838b49.zip
[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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index a30e91f40da6..1cced971232c 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -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);