aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/unix.c
diff options
context:
space:
mode:
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;