fstat: Add fstat() support to romfs

This commit is contained in:
Gregory Nutt
2017-02-12 16:25:12 -06:00
parent d06b346b5c
commit 4748e9352d
3 changed files with 89 additions and 39 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
*
****************************************************************************/
int fstat(int fd, FAR struct stat *buf);
int fstat(int fd, FAR struct stat *buf)
{
FAR struct file *filep;
FAR struct inode *inode;