//! The `rustix` module contains code specific to the Posix-ish platforms
//! supported by the `rustix` crate.
pub(crate)modfs;#[cfg(any(target_os ="macos", target_os ="ios"))]moddarwin;#[cfg(target_os ="freebsd")]modfreebsd;#[cfg(any(target_os ="android", target_os ="linux"))]modlinux;