mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-04-02 13:33:29 +00:00
1. Introduced a cfs_offset_t type that designates file offsets. unsigned int was insufficient on several platforms with non-volatile storage that exceed the capacity of unsigned int. 2. Switched cfs_seek signature to POSIX style with a "whence" parameter.