mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
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…
Reference in a new issue