OS X Tiger changes
This commit is contained in:
parent
857072dc11
commit
bc7da02954
3 changed files with 20 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue