aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib9/notify.c')
-rw-r--r--src/lib9/notify.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib9/notify.c b/src/lib9/notify.c
index 9c8012cf..2a562b62 100644
--- a/src/lib9/notify.c
+++ b/src/lib9/notify.c
@@ -66,7 +66,9 @@ static Sig sigs[] = {
SIGVTALRM, 0,
SIGUSR1, 0,
SIGUSR2, 0,
+#ifdef SIGWINCH
SIGWINCH, Restart|Ignore,
+#endif
#ifdef SIGINFO
SIGINFO, Restart|Ignore,
#endif