where did this change go?
This commit is contained in:
parent
3afc6b5e70
commit
1ac1981659
@ -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 New Issue
Block a user