Comment out references to fstat(). It is not yet supported.

This commit is contained in:
Gregory Nutt
2015-06-02 11:43:44 -06:00
parent e2f04ec796
commit c704a5289c
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ static inline int elf_filelen(FAR struct elf_loadinfo_s *loadinfo,
if (ret < 0)
{
int errval = errno;
bdbg("Failed to fstat file: %d\n", errval);
bdbg("Failed to stat file: %d\n", errval);
return -errval;
}