remove sigsetmask, noticed by Bernhard
author"Vladimir N. Oleynik" <dzo@simtreas.ru>
Tue, 13 Dec 2005 13:24:23 +0000 (13:24 -0000)
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>
Tue, 13 Dec 2005 13:24:23 +0000 (13:24 -0000)
shell/ash.c

index 6edc48421448b025428d3e4df7e51ad5bee4b380..171d5ede76fe40aa5ddd4a683a95b5a5adaceb47 100644 (file)
@@ -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)) {