import gdb-1999-09-08 snapshot
[deliverable/binutils-gdb.git] / gdb / event-top.c
index 75b24e973f1dac1cbac0bd270d4c8e386e8e2cc6..330f9034ef88e1d31b1b5a2cdb956c918b96f4c3 100644 (file)
@@ -52,7 +52,9 @@ void handle_sigint PARAMS ((int));
 static void handle_sigquit PARAMS ((int));
 static void handle_sighup PARAMS ((int));
 static void handle_sigfpe PARAMS ((int));
+#if defined(SIGWINCH) && defined(SIGWINCH_HANDLER)
 static void handle_sigwinch PARAMS ((int));
+#endif
 /* Signal to catch ^Z typed while reading a command: SIGTSTP or SIGCONT.  */
 #ifndef STOP_SIGNAL
 #ifdef SIGTSTP
This page took 0.026413 seconds and 4 git commands to generate.