mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
fstat: Add fstat() support to romfs
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user