remove sigsetmask, noticed by Bernhard

This commit is contained in:
"Vladimir N. Oleynik" 2005-12-13 13:24:23 +00:00
parent e0b8778506
commit e6d88ea2a1

View 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)) {