Change the stream argument to _filtered to GDB_FILE *.
[deliverable/binutils-gdb.git] / gdb / complaints.c
index 079ca5adc643b1f41565e2113fce165405d97dd7..e441db4218d7d36c7f6e8dca7694075f14a70fe1 100644 (file)
@@ -112,7 +112,7 @@ complain (va_alist)
   /* If GDB dumps core, we'd like to see the complaints first.  Presumably
      GDB will not be sending so many complaints that this becomes a
      performance hog.  */
-  fflush (stdout);
+  gdb_flush (gdb_stdout);
   va_end (args);
 }
 
This page took 0.032003 seconds and 4 git commands to generate.