diff options
Diffstat (limited to 'main/quagga/dont-hook-core-signals.patch')
| -rw-r--r-- | main/quagga/dont-hook-core-signals.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/main/quagga/dont-hook-core-signals.patch b/main/quagga/dont-hook-core-signals.patch new file mode 100644 index 0000000000..0fa57502d0 --- /dev/null +++ b/main/quagga/dont-hook-core-signals.patch @@ -0,0 +1,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, |
