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:
bcc6ec9
)
init: for paranoid reasons, restore SIGCONT too.
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 14 Dec 2009 02:08:30 +0000
(
03:08
+0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 14 Dec 2009 02:08:30 +0000
(
03:08
+0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
init/init.c
patch
|
blob
|
history
diff --git
a/init/init.c
b/init/init.c
index 89bbafd13fc38de0bbb91cbb5f19a485e007d206..669085eaee76ea5fa2ed1549e1ba521a593adb43 100644
(file)
--- a/
init/init.c
+++ b/
init/init.c
@@
-270,6
+270,7
@@
static void reset_sighandlers_and_unblock_sigs(void)
+ (1 << SIGINT)
+ (1 << SIGHUP)
+ (1 << SIGTSTP)
+ + (1 << SIGSTOP)
, SIG_DFL);
sigprocmask_allsigs(SIG_UNBLOCK);
}