projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d0884a
)
Patch from Thomas Gleixner <tglx@linutronix.de> to do
author
Eric Andersen
<andersen@codepoet.org>
Thu, 12 Sep 2002 15:44:53 +0000
(15:44 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 12 Sep 2002 15:44:53 +0000
(15:44 -0000)
automatic child reaping to avoid zombies
init/init.c
patch
|
blob
|
history
diff --git
a/init/init.c
b/init/init.c
index 7ab50cffee6bc7d54abeef02ce1dae4f50301ba2..013f55c68fe5dac6bb01404b647d35343c871c76 100644
(file)
--- a/
init/init.c
+++ b/
init/init.c
@@
-1061,6
+1061,7
@@
extern int init_main(int argc, char **argv)
signal(SIGCONT, cont_handler);
signal(SIGSTOP, stop_handler);
signal(SIGTSTP, stop_handler);
+ signal(SIGCHLD, SIG_IGN);
/* Turn off rebooting via CTL-ALT-DEL -- we get a
* SIGINT on CAD so we can shut things down gracefully... */