remove sigsetmask, noticed by Bernhard
This commit is contained in:
parent
e0b8778506
commit
e6d88ea2a1
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user