[PATCH] rename second fseeko64_r to fseeko

Christopher Faylor cgf@redhat.com
Mon Aug 25 22:02:00 GMT 2003


I've checked in the below as an obvious fix.

cgf

2003-08-23  Christopher Faylor  <cgf@redhat.com>

	* libc/stdio64/fseeko64.c (fseeko64_r): Rename second fseeko64_r
	definition to fseeko64.

Index: libc/stdio64/fseeko64.c
===================================================================
RCS file: /cvs/uberbaum/newlib/libc/stdio64/fseeko64.c,v
retrieving revision 1.3
diff -u -p -r1.3 fseeko64.c
--- libc/stdio64/fseeko64.c	22 Aug 2003 18:52:25 -0000	1.3
+++ libc/stdio64/fseeko64.c	23 Aug 2003 17:55:46 -0000
@@ -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)



More information about the Newlib mailing list