5d31d3c3bc
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);
|