Remove MULTI_OBJFILE_P
[deliverable/binutils-gdb.git] / gdb / inflow.c
index 621f69aa40fbe7f2753b9e0de2730a1f9f19af9f..c8661796645a5069064cf20bfdad8b6c41491d65 100644 (file)
@@ -34,7 +34,7 @@
 #ifdef HAVE_TERMIOS_H
 #include <termios.h>
 #endif
-#include "common/job-control.h"
+#include "gdbsupport/job-control.h"
 
 #ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
@@ -673,7 +673,7 @@ swap_terminal_info (inferior *a, inferior *b)
   std::swap (a->terminal_state, b->terminal_state);
 }
 
-void
+static void
 info_terminal_command (const char *arg, int from_tty)
 {
   target_terminal::info (arg, from_tty);
This page took 0.024306 seconds and 4 git commands to generate.