diff options
Diffstat (limited to 'libio/iofopen64.c')
-rw-r--r-- | libio/iofopen64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/iofopen64.c b/libio/iofopen64.c index 60d58c6ed5..e3c7c29903 100644 --- a/libio/iofopen64.c +++ b/libio/iofopen64.c @@ -31,7 +31,7 @@ /* iofopen.c defines _IO_fopen64/fopen64 as aliases if O_LARGEFILE==0. */ #if defined O_LARGEFILE && O_LARGEFILE != 0 -_IO_FILE * +FILE * _IO_fopen64 (const char *filename, const char *mode) { return __fopen_internal (filename, mode, 0); |