try leaving TTIN, TTOU alone
This commit is contained in:
parent
915734a70c
commit
1dd11f5932
1 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ static Sig sigs[] = {
|
||||||
SIGALRM, 0,
|
SIGALRM, 0,
|
||||||
SIGTERM, 0,
|
SIGTERM, 0,
|
||||||
SIGTSTP, Restart|Ignore,
|
SIGTSTP, Restart|Ignore,
|
||||||
SIGTTIN, Restart|Ignore,
|
/* SIGTTIN, Restart|Ignore, */
|
||||||
SIGTTOU, Restart|Ignore,
|
/* SIGTTOU, Restart|Ignore, */
|
||||||
SIGXCPU, 0,
|
SIGXCPU, 0,
|
||||||
SIGXFSZ, 0,
|
SIGXFSZ, 0,
|
||||||
SIGVTALRM, 0,
|
SIGVTALRM, 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue