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,
|
SIGALRM, SIGTERM, SIGCHLD, SIGSTOP,
|
||||||
SIGTSTP, SIGTTIN, SIGTTOU, SIGURG,
|
SIGTSTP, SIGTTIN, SIGTTOU, SIGURG,
|
||||||
SIGXCPU, SIGXFSZ, SIGVTALRM, SIGPROF,
|
SIGXCPU, SIGXFSZ, SIGVTALRM, SIGPROF,
|
||||||
SIGWINCH, SIGIO, SIGPWR, SIGSYS
|
SIGWINCH, SIGIO,
|
||||||
|
#ifdef SIGEMT
|
||||||
|
SIGEMT,
|
||||||
|
#endif
|
||||||
|
#ifdef SIGPWR
|
||||||
|
SIGPWR,
|
||||||
|
#endif
|
||||||
|
#ifdef SIGINFO
|
||||||
|
SIGINFO,
|
||||||
|
#endif
|
||||||
|
SIGSYS
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue