forked from len0rd/rockbox
Fixed red build...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5648 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3d53032176
commit
99dbd7c5e9
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ int sim_rename(const char *oldpath, const char* newpath)
|
|||
return -1;
|
||||
}
|
||||
|
||||
int sim_filesize(int fd)
|
||||
off_t sim_filesize(int fd)
|
||||
{
|
||||
int old = lseek(fd, 0, SEEK_CUR);
|
||||
int size = lseek(fd, 0, SEEK_END);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue