mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
fstat: Add fstat() support to nfs.
This commit is contained in:
+2
-2
@@ -130,8 +130,8 @@ struct stat
|
||||
time_t st_mtime; /* Time of last modification */
|
||||
time_t st_ctime; /* Time of last status change */
|
||||
|
||||
/* Internal fields. These are part this specifi instance and should not
|
||||
* referenced by application code for portability reasons.
|
||||
/* Internal fields. These are part this specific implementation and
|
||||
* should not referenced by application code for portability reasons.
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_PSEUDOFS_SOFTLINKS
|
||||
|
||||
Reference in New Issue
Block a user