mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
fixed cfs_seek signature.
This commit is contained in:
parent
6615e39e27
commit
aaa9d62304
@ -957,8 +957,8 @@ cfs_close(int fd)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
unsigned
|
cfs_offset_t
|
||||||
cfs_seek(int fd, unsigned offset, int whence)
|
cfs_seek(int fd, cfs_offset_t offset, int whence)
|
||||||
{
|
{
|
||||||
struct file_header hdr;
|
struct file_header hdr;
|
||||||
struct file_desc *fdp;
|
struct file_desc *fdp;
|
||||||
|
Loading…
Reference in New Issue
Block a user