mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Unused result warnings will have to be dealt with separately. Change-Id: I00c45e28d4d43a5376745036e650ff8df576c2db
6 lines
101 B
C
6 lines
101 B
C
#undef MAX_PATH
|
|
#define MAX_PATH 260
|
|
#include <unistd.h>
|
|
#include <fcntl.h>
|
|
|
|
off_t filesize(int fd);
|