do not touch TSTP, TTIN, TTOU
This commit is contained in:
parent
57d7df40f4
commit
72f4d44f86
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ static int sigs[] =
|
|||
SIGTRAP, SIGABRT, SIGBUS, SIGFPE,
|
||||
SIGUSR1, SIGSEGV, SIGUSR2, SIGPIPE,
|
||||
SIGALRM, SIGTERM, SIGCHLD, SIGSTOP,
|
||||
SIGTSTP, SIGTTIN, SIGTTOU, SIGURG,
|
||||
/*SIGTSTP, SIGTTIN, SIGTTOU,*/ SIGURG,
|
||||
SIGXCPU, SIGXFSZ, SIGVTALRM, SIGPROF,
|
||||
SIGWINCH, SIGIO,
|
||||
#ifdef SIGEMT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue