* libc/stdio64/fseeko64.c (fseeko64_r): Rename second fseeko64_r definition to
fseeko64.
This commit is contained in:
parent
2a3c43edcb
commit
9d4aef1930
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue