It doesn't do any good to define signals that a system doesn't have ...

This commit is contained in:
Glenn Maynard
2003-05-05 22:53:05 +00:00
parent 46124ee0ed
commit 0f6668010a
2 changed files with 5 additions and 11 deletions
@@ -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
};