remove sigsetmask, noticed by Bernhard
This commit is contained in:
parent
e0b8778506
commit
e6d88ea2a1
@ -2543,7 +2543,11 @@ onint(void) {
|
|||||||
int i;
|
int i;
|
||||||
|
|
||||||
intpending = 0;
|
intpending = 0;
|
||||||
|
#if 0
|
||||||
|
/* comment by vodz: its strange for me, this programm don`t use other
|
||||||
|
signal block */
|
||||||
sigsetmask(0);
|
sigsetmask(0);
|
||||||
|
#endif
|
||||||
i = EXSIG;
|
i = EXSIG;
|
||||||
if (gotsig[SIGINT - 1] && !trap[SIGINT]) {
|
if (gotsig[SIGINT - 1] && !trap[SIGINT]) {
|
||||||
if (!(rootshell && iflag)) {
|
if (!(rootshell && iflag)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user