Function 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.