* 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>
|
||||
|
||||
* libc/include/sys/config.h: Define __CYGWIN_USE_BIG_TYPES__ for
|
||||
|
@ -45,11 +45,11 @@ DESCRIPTION
|
||||
<<errno>>.
|
||||
*/
|
||||
|
||||
off_t
|
||||
_off_t
|
||||
_lseek_r (ptr, fd, pos, whence)
|
||||
struct _reent *ptr;
|
||||
int fd;
|
||||
off_t pos;
|
||||
_off_t pos;
|
||||
int whence;
|
||||
{
|
||||
off_t ret;
|
||||
|
Loading…
Reference in New Issue
Block a user