One more *_filesize() to remove
Change-Id: I82884712a660ad91c0e5c329ca0f8488edec21c8
This commit is contained in:
parent
52724c1bed
commit
105a05cbfb
1 changed files with 0 additions and 5 deletions
|
@ -93,11 +93,6 @@ static int app_ftruncate(int fd, off_t length)
|
|||
{
|
||||
return ftruncate(fd,length);
|
||||
}
|
||||
|
||||
static off_t app_filesize(int fd)
|
||||
{
|
||||
return filesize(fd);
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_PLUGIN_CHECK_OPEN_CLOSE) && (MAX_OPEN_FILES>32)
|
||||
|
|
Loading…
Reference in a new issue