1 2 3 4 5 6
//! Directory: `sysdeps/x86` #[cfg(target_os = "linux")] pub(crate) mod nptl { pub(crate) mod bits; }