Add SIGALRM to blockable fatal signals.
[openvswitch] / lib / fatal-signal.c
index 33bc594273331a5efc7cee09eea6952b6b11537a..fe1f52b2df22cb827d44642d7ac79979997bf634 100644 (file)
@@ -43,7 +43,7 @@
 #include "util.h"
 
 /* Signals to catch. */
-static const int fatal_signals[] = { SIGTERM, SIGINT, SIGHUP };
+static const int fatal_signals[] = { SIGTERM, SIGINT, SIGHUP, SIGALRM };
 
 /* Signals to catch as a sigset_t. */
 static sigset_t fatal_signal_set;