fixed cfs_seek signature.
This commit is contained in:
parent
6615e39e27
commit
aaa9d62304
1 changed files with 2 additions and 2 deletions
|
@ -957,8 +957,8 @@ cfs_close(int fd)
|
|||
}
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
unsigned
|
||||
cfs_seek(int fd, unsigned offset, int whence)
|
||||
cfs_offset_t
|
||||
cfs_seek(int fd, cfs_offset_t offset, int whence)
|
||||
{
|
||||
struct file_header hdr;
|
||||
struct file_desc *fdp;
|
||||
|
|
Loading…
Reference in a new issue