OS X Tiger changes

This commit is contained in:
rsc 2005-05-07 22:41:59 +00:00
parent 857072dc11
commit bc7da02954
3 changed files with 20 additions and 6 deletions

View file

@ -66,7 +66,9 @@ static Sig sigs[] = {
SIGVTALRM, 0,
SIGUSR1, 0,
SIGUSR2, 0,
#ifdef SIGWINCH
SIGWINCH, Restart|Ignore,
#endif
#ifdef SIGINFO
SIGINFO, Restart|Ignore,
#endif

View file

@ -74,7 +74,12 @@ static int sigs[] =
SIGALRM, SIGTERM, SIGCHLD, SIGSTOP,
/*SIGTSTP, SIGTTIN, SIGTTOU,*/ SIGURG,
SIGXCPU, SIGXFSZ, SIGVTALRM, SIGPROF,
SIGWINCH, SIGIO,
#ifdef SIGWINCH
SIGWINCH,
#endif
#ifdef SIGIO
SIGIO,
#endif
#ifdef SIGEMT
SIGEMT,
#endif