From: "Vladimir N. Oleynik" Date: Tue, 13 Dec 2005 13:24:23 +0000 (-0000) Subject: remove sigsetmask, noticed by Bernhard X-Git-Tag: 1_1_0~419 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e6d88ea2a1acf57e3dae35aa19eeb17f4be5ed8b;p=oweals%2Fbusybox.git remove sigsetmask, noticed by Bernhard --- diff --git a/shell/ash.c b/shell/ash.c index 6edc48421..171d5ede7 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -2543,7 +2543,11 @@ onint(void) { int i; intpending = 0; +#if 0 + /* comment by vodz: its strange for me, this programm don`t use other + signal block */ sigsetmask(0); +#endif i = EXSIG; if (gotsig[SIGINT - 1] && !trap[SIGINT]) { if (!(rootshell && iflag)) {