cap_primitives/rustix/linux/
mod.rs

1//! Following [`std`], we don't carry workarounds for Linux versions
2//! older than 2.6.32.
3//!
4//! [`std`]: https://github.com/rust-lang/rust/pull/74163
5
6pub(crate) mod fs;