OS X Tiger changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user