Improve MinGW support in Readline
[deliverable/binutils-gdb.git] / readline / signals.c
index 6a68d78c90b7587b2169b93619b48f2524057e46..f1196918539020d0f68631df9c0ebfd347afbc10 100644 (file)
@@ -580,6 +580,7 @@ _rl_release_sigint ()
   sigint_blocked = 0;
 }
 
+#ifdef SIGWINCH
 /* Cause SIGWINCH to not be delivered until the corresponding call to
    release_sigwinch(). */
 void
@@ -627,6 +628,7 @@ _rl_release_sigwinch ()
 
   sigwinch_blocked = 0;
 }
+#endif /* SIGWINCH */
 
 /* **************************************************************** */
 /*                                                                 */
This page took 0.030457 seconds and 4 git commands to generate.