[git commit master] init: for paranoid reasons, restore SIGCONT too.

Denys Vlasenko vda.linux at googlemail.com
Mon Dec 14 02:08:30 UTC 2009


commit: http://git.busybox.net/busybox/commit/?id=18f89128e58423f0335f5c9b32039e41651ac209
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 init/init.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/init/init.c b/init/init.c
index 89bbafd..669085e 100644
--- 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);
 }
-- 
1.6.3.3



More information about the busybox-cvs mailing list