mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
fstat: Add fstat() support to nfs.
This commit is contained in:
@@ -117,6 +117,7 @@ int fstat(int fd, FAR struct stat *buf)
|
||||
* supports the fstat() method
|
||||
*/
|
||||
|
||||
ret = OK;
|
||||
if (inode->u.i_mops && inode->u.i_mops->fstat)
|
||||
{
|
||||
/* Perform the fstat() operation */
|
||||
|
||||
Reference in New Issue
Block a user