aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio64
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio64')
-rw-r--r--newlib/libc/stdio64/fseeko64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio64/fseeko64.c b/newlib/libc/stdio64/fseeko64.c
index e88b6c7..524aac3 100644
--- a/newlib/libc/stdio64/fseeko64.c
+++ b/newlib/libc/stdio64/fseeko64.c
@@ -343,7 +343,7 @@ dumb:
#ifndef _REENT_ONLY
_off64_t
-_DEFUN (fseeko64_r, (fp, offset, whence),
+_DEFUN (fseeko64, (fp, offset, whence),
register FILE *fp _AND
_off64_t offset _AND
int whence)