summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/stdio64/fseeko64.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 70a7def39..ee34c8b8c 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-23 Christopher Faylor <cgf@redhat.com>
+
+ * libc/stdio64/fseeko64.c (fseeko64_r): Rename second fseeko64_r
+ definition to fseeko64.
+
2003-08-22 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/reent.h: Add _GLOBAL_REENT macro.
diff --git a/newlib/libc/stdio64/fseeko64.c b/newlib/libc/stdio64/fseeko64.c
index e88b6c722..524aac32e 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)