summaryrefslogtreecommitdiffstats
path: root/polyp/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/util.c')
-rw-r--r--polyp/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/util.c b/polyp/util.c
index 1246bbb5..6be6ffe4 100644
--- a/polyp/util.c
+++ b/polyp/util.c
@@ -421,6 +421,7 @@ const char *pa_strsignal(int sig) {
case SIGXCPU: return "SIGXCPU";
case SIGPIPE: return "SIGPIPE";
case SIGCHLD: return "SIGCHLD";
+ case SIGHUP: return "SIGHUP";
default: return "UNKNOWN SIGNAL";
}
}