mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 18:40:17 +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_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 New Issue
Block a user