1
0
Fork 0
forked from len0rd/rockbox

Fix last warning for Warble

Unused result warnings will have to be dealt with separately.

Change-Id: I00c45e28d4d43a5376745036e650ff8df576c2db
This commit is contained in:
Michael Sevakis 2014-08-30 01:47:35 -04:00
parent da4938d6ee
commit 5d31d3c3bc

View file

@ -2,3 +2,5 @@
#define MAX_PATH 260
#include <unistd.h>
#include <fcntl.h>
off_t filesize(int fd);