Function linux_stat::fstat
source · pub unsafe fn fstat(dirfd: RawFd) -> Result<Stat, Errno>
Expand description
Call crate::fstatat on the dirfd
directory file descriptor
Safety
This function is marked as unsafe because directory file descriptor
(dirfd
) cannot be checked.