Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-08-23 21:57:43 +0400
committerChristopher Faylor <me@cgf.cx>2003-08-23 21:57:43 +0400
commit9d4aef1930b3db3c2850ccfad9fba95e542857d2 (patch)
treec22bb8a8b0888ef6d50f57e7f98c20886b63ca21 /newlib/libc/stdio64/fseeko64.c
parent2a3c43edcb76e23586e97e2d30d59743679b0d7b (diff)
* libc/stdio64/fseeko64.c (fseeko64_r): Rename second fseeko64_r definition to
fseeko64.
Diffstat (limited to 'newlib/libc/stdio64/fseeko64.c')
-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 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)