//! Linux `statx`.
use crate::;
use AsFd;
use ;
/// `STATX_*` constants.
pub use StatxFlags;
/// `statx(dirfd, path, flags, mask, statxbuf)`
///
/// Note that this isn't available on Linux before 4.11; returns `ENOSYS` in
/// that case.
///
/// # References
/// - [Linux]
///
/// [Linux]: https://man7.org/linux/man-pages/man2/statx.2.html