mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:22:18 +08:00
Comment out references to fstat(). It is not yet supported.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user