aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2007-05-07 19:48:40 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2007-05-07 19:48:40 +0000
commit25a5e75613af9aac60b3c5b6856d6b6819b1ccae (patch)
tree986b5101c17bfab4371276f257fdb9c143ab5053 /libgfortran/io
parentadcbdf5c45c75205b243c0a9abc39e4e6685d677 (diff)
downloadgcc-25a5e75613af9aac60b3c5b6856d6b6819b1ccae.zip
gcc-25a5e75613af9aac60b3c5b6856d6b6819b1ccae.tar.gz
gcc-25a5e75613af9aac60b3c5b6856d6b6819b1ccae.tar.bz2
re PR libfortran/31607 (CALL SYSTEM produces garbled output when writing to a buffered file)
PR libfortran/31607 * intrinsics/system.c (system_sub): Call flush_all_units. * io/io.h (flush_all_units): Move prototype to libgfortran.h. * libgfortran.h (flush_all_units): Add prototype. From-SVN: r124510
Diffstat (limited to 'libgfortran/io')
-rw-r--r--libgfortran/io/io.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgfortran/io/io.h b/libgfortran/io/io.h
index 181c181..a1138cf 100644
--- a/libgfortran/io/io.h
+++ b/libgfortran/io/io.h
@@ -586,9 +586,6 @@ internal_proto(compare_file_filename);
extern gfc_unit *find_file (const char *file, gfc_charlen_type file_len);
internal_proto(find_file);
-extern void flush_all_units (void);
-internal_proto(flush_all_units);
-
extern int stream_at_bof (stream *);
internal_proto(stream_at_bof);