diff options
Diffstat (limited to 'libc/stdio/fseeko.c')
-rw-r--r-- | libc/stdio/fseeko.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/fseeko.c b/libc/stdio/fseeko.c index 242292a43..852557901 100644 --- a/libc/stdio/fseeko.c +++ b/libc/stdio/fseeko.c @@ -12,7 +12,7 @@ #endif #ifndef __DO_LARGEFILE -# define FSEEK fseek +# define FSEEK fseek # define OFFSET_TYPE long int #endif |