Fix djgpp gdb build
[deliverable/binutils-gdb.git] / gdb / ui-file.c
index 426071043a2f94bb1961467d362f001a1cd8a606..a977f894ef37ad2866645aa6f701ccbd49a50293 100644 (file)
@@ -681,9 +681,9 @@ stderr_file_fputs (const char *linebuffer, struct ui_file *file)
 #endif
 
 struct ui_file *
-stderr_fileopen (void)
+stderr_fileopen (FILE *stream)
 {
-  struct ui_file *ui_file = stdio_fileopen (stderr);
+  struct ui_file *ui_file = stdio_fileopen (stream);
 
 #ifdef __MINGW32__
   /* There is no real line-buffering on Windows, see
This page took 0.025306 seconds and 4 git commands to generate.