aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/unix.c
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2007-03-23 00:13:19 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2007-03-23 00:13:19 +0000
commit9a7b6ea7276e446c352e2d7b758419082fd8f75e (patch)
treeebb6f19d686e7bc7043bbf86c7dabbafe6051e15 /libgfortran/io/unix.c
parent46ecc2bc5c8455615f9739847277cbc5fe746c25 (diff)
downloadgcc-9a7b6ea7276e446c352e2d7b758419082fd8f75e.zip
gcc-9a7b6ea7276e446c352e2d7b758419082fd8f75e.tar.gz
gcc-9a7b6ea7276e446c352e2d7b758419082fd8f75e.tar.bz2
re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs past EOF)
2007-03-22 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/31052 * file_pos.c: Update Copyright year. * io/open.c (test_endfile): Restore test_endfile to fix SPEC regression. Update Copyright year. * io/io.h: Same. * io/unix.c (is_special): Add missing type for this function. Update Copyright year. * io/transfer.c (next_record_r): Restore test_endfile. (st_read): Fix whitespace. Update Copyright year From-SVN: r123139
Diffstat (limited to 'libgfortran/io/unix.c')
-rw-r--r--libgfortran/io/unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/io/unix.c b/libgfortran/io/unix.c
index 4b9d87f..458983c 100644
--- a/libgfortran/io/unix.c
+++ b/libgfortran/io/unix.c
@@ -1892,6 +1892,7 @@ is_seekable (stream *s)
/* is_special()-- Return nonzero if the stream is not a regular file. */
+int
is_special (stream *s)
{
return ((unix_stream *) s)->special_file;