]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/inflow.c
import gdb-1999-09-21
[thirdparty/binutils-gdb.git] / gdb / inflow.c
index 02b5be2026696f74bd4ec51b4659b7ca2cb63749..bbd92b9e9a3b9401537239c924da274b541416c6 100644 (file)
@@ -492,7 +492,7 @@ child_terminal_info (args, from_tty)
   printf_filtered ("Process group = %d\n", inferior_process_group);
 #endif
 
-  SERIAL_PRINT_TTY_STATE (stdin_serial, inferior_ttystate);
+  SERIAL_PRINT_TTY_STATE (stdin_serial, inferior_ttystate, gdb_stdout);
 }
 \f
 /* NEW_TTY_PREFORK is called before forking a new child process,