diff options
Diffstat (limited to 'os/osinit.c')
-rw-r--r-- | os/osinit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/osinit.c b/os/osinit.c index 3af88974f..7715d1060 100644 --- a/os/osinit.c +++ b/os/osinit.c @@ -181,6 +181,7 @@ OsInit(void) int i; int siglist[] = { SIGSEGV, SIGQUIT, SIGILL, SIGFPE, SIGBUS, + SIGABRT, SIGSYS, SIGXCPU, SIGXFSZ, |