It doesn't do any good to define signals that a system doesn't have ...
This commit is contained in:
@@ -11,7 +11,10 @@ static bool initted = false;
|
||||
|
||||
static int signals[] = {
|
||||
SIGALRM, SIGBUS, SIGFPE, SIGHUP, SIGILL, SIGINT, SIGIOT, SIGPIPE,
|
||||
SIGPWR, SIGQUIT, SIGSEGV, SIGTRAP, SIGTERM, SIGVTALRM, SIGXCPU, SIGXFSZ,
|
||||
SIGQUIT, SIGSEGV, SIGTRAP, SIGTERM, SIGVTALRM, SIGXCPU, SIGXFSZ,
|
||||
#if defined(HAVE_DECL_SIGPWR)
|
||||
SIGPWR,
|
||||
#endif
|
||||
-1
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user