This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] rename second fseeko64_r to fseeko


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]