where did this change go?

This commit is contained in:
rsc 2005-01-14 17:31:01 +00:00
parent 3afc6b5e70
commit 1ac1981659

View file

@ -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