OS X Tiger changes
This commit is contained in:
parent
857072dc11
commit
bc7da02954
3 changed files with 20 additions and 6 deletions
|
|
@ -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