SIGIOT is just an obscure name for SIGABRT
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user