diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sigevent.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sigevent.c b/lib/sigevent.c index 8d583096f6..64cec1385d 100644 --- a/lib/sigevent.c +++ b/lib/sigevent.c @@ -258,7 +258,7 @@ core_handler(int signo, siginfo_t *siginfo, void *context)  static void trap_default_signals(void)  {  	static const int core_signals[] = { -		SIGQUIT, SIGILL, +		SIGQUIT, SIGILL, SIGABRT,  #ifdef SIGEMT  		SIGEMT,  #endif  | 
