* libc/reent/lseekr.c (lseek_r): Use _off_t instead of off_t.
This commit is contained in:
parent
2c440f9c1a
commit
150c2818b6
@ -1,3 +1,7 @@
|
|||||||
|
2003-03-09 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* libc/reent/lseekr.c (lseek_r): Use _off_t instead of off_t.
|
||||||
|
|
||||||
2003-03-09 Corinna Vinschen <corinna@vinschen.de>
|
2003-03-09 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* libc/include/sys/config.h: Define __CYGWIN_USE_BIG_TYPES__ for
|
* libc/include/sys/config.h: Define __CYGWIN_USE_BIG_TYPES__ for
|
||||||
|
@ -45,11 +45,11 @@ DESCRIPTION
|
|||||||
<<errno>>.
|
<<errno>>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
off_t
|
_off_t
|
||||||
_lseek_r (ptr, fd, pos, whence)
|
_lseek_r (ptr, fd, pos, whence)
|
||||||
struct _reent *ptr;
|
struct _reent *ptr;
|
||||||
int fd;
|
int fd;
|
||||||
off_t pos;
|
_off_t pos;
|
||||||
int whence;
|
int whence;
|
||||||
{
|
{
|
||||||
off_t ret;
|
off_t ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user