blob: 0fa57502d04b44a7fdf4619dcba9d6bd93bd3c10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
diff --git a/lib/sigevent.c b/lib/sigevent.c
index c80a729..1221c25 100644
--- a/lib/sigevent.c
+++ b/lib/sigevent.c
@@ -244,6 +244,7 @@ static void
trap_default_signals(void)
{
static const int core_signals[] = {
+#if 0
SIGQUIT,
SIGILL,
#ifdef SIGEMT
@@ -261,6 +262,7 @@ trap_default_signals(void)
#ifdef SIGXFSZ
SIGXFSZ,
#endif
+#endif
};
static const int exit_signals[] = {
SIGHUP,
|