Add support for FreeBSD/i386 ELF.
[deliverable/binutils-gdb.git] / gdb / ser-tcp.c
index 01e8ca033260af5b83142bd6cd853da8eab26f0f..86baf34910877298209ff3eb1ed4cfc67d60d5fe 100644 (file)
@@ -144,7 +144,7 @@ _initialize_ser_tcp (void)
   ops->readchar = ser_unix_readchar;
   ops->write = ser_unix_write;
   ops->flush_output = ser_unix_nop_flush_output;
-  ops->flush_input = ser_unix_nop_flush_input;
+  ops->flush_input = ser_unix_flush_input;
   ops->send_break = ser_unix_nop_send_break;
   ops->go_raw = ser_unix_nop_raw;
   ops->get_tty_state = ser_unix_nop_get_tty_state;
This page took 0.024735 seconds and 4 git commands to generate.