diff options
author | Christopher Faylor <me@cgf.cx> | 2003-08-23 17:57:43 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-08-23 17:57:43 +0000 |
commit | 9d4aef1930b3db3c2850ccfad9fba95e542857d2 (patch) | |
tree | c22bb8a8b0888ef6d50f57e7f98c20886b63ca21 /newlib | |
parent | 2a3c43edcb76e23586e97e2d30d59743679b0d7b (diff) | |
download | newlib-9d4aef1930b3db3c2850ccfad9fba95e542857d2.zip newlib-9d4aef1930b3db3c2850ccfad9fba95e542857d2.tar.gz newlib-9d4aef1930b3db3c2850ccfad9fba95e542857d2.tar.bz2 |
* libc/stdio64/fseeko64.c (fseeko64_r): Rename second fseeko64_r definition to
fseeko64.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 5 | ||||
-rw-r--r-- | newlib/libc/stdio64/fseeko64.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 70a7def..ee34c8b 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 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) |