diff options
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 c69e357..3229d50 100644 --- a/libgfortran/io/unix.h +++ b/libgfortran/io/unix.h @@ -103,7 +103,7 @@ internal_proto(mem_alloc_w); extern char * mem_alloc_r (stream *, int *); internal_proto(mem_alloc_r); -extern char * mem_alloc_w4 (stream *, int *); +extern gfc_char4_t * mem_alloc_w4 (stream *, int *); internal_proto(mem_alloc_w4); extern char * mem_alloc_r4 (stream *, int *); |