mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
where did this change go?
This commit is contained in:
parent
3afc6b5e70
commit
1ac1981659
1 changed files with 11 additions and 1 deletions
|
@ -74,7 +74,17 @@ static int sigs[] =
|
|||
SIGALRM, SIGTERM, SIGCHLD, SIGSTOP,
|
||||
SIGTSTP, SIGTTIN, SIGTTOU, SIGURG,
|
||||
SIGXCPU, SIGXFSZ, SIGVTALRM, SIGPROF,
|
||||
SIGWINCH, SIGIO, SIGPWR, SIGSYS
|
||||
SIGWINCH, SIGIO,
|
||||
#ifdef SIGEMT
|
||||
SIGEMT,
|
||||
#endif
|
||||
#ifdef SIGPWR
|
||||
SIGPWR,
|
||||
#endif
|
||||
#ifdef SIGINFO
|
||||
SIGINFO,
|
||||
#endif
|
||||
SIGSYS
|
||||
};
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue