* ser-unix.c (wait_for): Do not reset timeout_remaining for cygwin32 so
[deliverable/binutils-gdb.git] / gdb / top.c
index 248a44df63500b5b2c1a3f332b5eb8e812ee302f..b9d759b3e0b09a9ea70e9bc69716432c99579719 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -379,6 +379,9 @@ static void stop_sig PARAMS ((int));
    command file.  */
 
 void (*init_ui_hook) PARAMS ((char *argv0));
+#ifdef __CYGWIN32__
+void (*ui_loop_hook) PARAMS ((int));
+#endif
 
 /* Called instead of command_loop at top level.  Can be invoked via
    return_to_top_level.  */
This page took 0.025382 seconds and 4 git commands to generate.