commit | 1f9ca63b936964f44f58137e47a9580027f634df | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Sat Jun 08 08:39:56 2024 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jun 14 14:01:05 2024 -0400 |
tree | ad62165c694068c21f03195aef8c96ecb8bb570b | |
parent | 1a95246f61285357dfa2458e5470814b0ab5803e [diff] |
posix: fs: implement fstat() via zvfs_fstat() Route the fstat() call (part of POSIX_FILE_SYSTEM) to zvfs_fstat() so that other types of file descriptors can also supply file status information. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>