Eli Zaretskii's DOSish file name patches.
[deliverable/binutils-gdb.git] / gprof / gmon_io.c
index 7e0a1a0a81beaa3f69f433ed87cebffc23733505..f2ac524ac6f0f707242ebec6200030da553e6d77 100644 (file)
@@ -72,6 +72,9 @@ DEFUN (gmon_out_read, (filename), const char *filename)
   if (strcmp (filename, "-") == 0)
     {
       ifp = stdin;
+#ifdef SET_BINARY
+      SET_BINARY (fileno (stdin));
+#endif
     }
   else
     {
This page took 0.022634 seconds and 4 git commands to generate.