diff options
Diffstat (limited to 'init')
| -rw-r--r-- | init/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index ab2d0ea91..989babff7 100644 --- a/init/init.c +++ b/init/init.c | |||
| @@ -1063,7 +1063,6 @@ extern int init_main(int argc, char **argv) | |||
| 1063 | signal(SIGCONT, cont_handler); | 1063 | signal(SIGCONT, cont_handler); |
| 1064 | signal(SIGSTOP, stop_handler); | 1064 | signal(SIGSTOP, stop_handler); |
| 1065 | signal(SIGTSTP, stop_handler); | 1065 | signal(SIGTSTP, stop_handler); |
| 1066 | signal(SIGCHLD, SIG_IGN); | ||
| 1067 | 1066 | ||
| 1068 | /* Turn off rebooting via CTL-ALT-DEL -- we get a | 1067 | /* Turn off rebooting via CTL-ALT-DEL -- we get a |
| 1069 | * SIGINT on CAD so we can shut things down gracefully... */ | 1068 | * SIGINT on CAD so we can shut things down gracefully... */ |
