* libc/reent/lseekr.c (lseek_r): Use _off_t instead of off_t.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user