diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-08 14:43:32 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-08 14:43:32 +0000 |
commit | a83432d34caaa8f73cd87b9d1694b23cb0368dfe (patch) | |
tree | 9e9a82a5a27dac0a62c2ecf17fd1dead8bcc3973 /libgfortran/io/unix.h | |
parent | ca100953ebba1afb0db79bf2ba4125ae78afdbf4 (diff) | |
download | gcc-a83432d34caaa8f73cd87b9d1694b23cb0368dfe.tar.gz |
Fix typo in symbol visibility specification
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159187 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/io/unix.h')
-rw-r--r-- | libgfortran/io/unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/io/unix.h b/libgfortran/io/unix.h index 7ea90fdbee9..c7f92a34c6f 100644 --- a/libgfortran/io/unix.h +++ b/libgfortran/io/unix.h @@ -98,7 +98,7 @@ extern char * mem_alloc_w (stream *, int *); internal_proto(mem_alloc_w); extern char * mem_alloc_r (stream *, int *); -internal_proto(mem_alloc_w); +internal_proto(mem_alloc_r); extern stream *input_stream (void); internal_proto(input_stream); |