diff options
Diffstat (limited to 'libc/stdio/fseeko64.c')
-rw-r--r-- | libc/stdio/fseeko64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/stdio/fseeko64.c b/libc/stdio/fseeko64.c index 93768c528..e4ffe94ed 100644 --- a/libc/stdio/fseeko64.c +++ b/libc/stdio/fseeko64.c @@ -9,7 +9,7 @@ #ifdef __UCLIBC_HAS_LFS__ # define __DO_LARGEFILE -# define FSEEK __fseeko64 -# define OFFSET_TYPE __off64_t +# define FSEEK __fseeko64 +# define OFFSET_TYPE __off64_t # include "fseeko.c" #endif |