SIGIOT is just an obscure name for SIGABRT

This commit is contained in:
Glenn Maynard
2003-08-19 01:32:07 +00:00
parent 7888e164ec
commit f754f4259b
2 changed files with 3 additions and 2 deletions
@@ -10,7 +10,7 @@ SaveSignals *saved_sigs;
static bool initted = false;
static int signals[] = {
SIGALRM, SIGBUS, SIGFPE, SIGHUP, SIGILL, SIGINT, SIGIOT, SIGPIPE,
SIGALRM, SIGBUS, SIGFPE, SIGHUP, SIGILL, SIGINT, SIGABRT, SIGPIPE,
SIGQUIT, SIGSEGV, SIGTRAP, SIGTERM, SIGVTALRM, SIGXCPU, SIGXFSZ,
#if defined(HAVE_DECL_SIGPWR) && HAVE_DECL_SIGPWR
SIGPWR,