summaryrefslogtreecommitdiff
path: root/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'signal.c')
-rw-r--r--signal.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/signal.c b/signal.c
index 0582da3b73..2b1e99a17a 100644
--- a/signal.c
+++ b/signal.c
@@ -163,6 +163,9 @@ static struct signals {
#ifdef SIGSOUND
"SOUND", SIGSOUND,
#endif
+#ifdef SIGINFO
+ "INFO", SIGINFO,
+#endif
NULL, 0,
};