pub const SYS_FSTATAT: usize = 463; // 463usizeExpand description
Get file status relative to a directory FD.
dirfd: directory file descriptor (orAT_FDCWD)path_ptr: pointer to the path stringpath_len: length of the pathstat_ptr: pointer to aFileStatstructflags: flags (AT_SYMLINK_NOFOLLOWto not follow symlinks)
Returns 0 on success.