summaryrefslogtreecommitdiff
path: root/libc/stdio/fseeko64.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/fseeko64.c')
-rw-r--r--libc/stdio/fseeko64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/fseeko64.c b/libc/stdio/fseeko64.c
index 66778e963..93768c528 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 FSEEK __fseeko64
# define OFFSET_TYPE __off64_t
# include "fseeko.c"
#endif