1pub(crate) mod errno; 2#[cfg(not(windows))] 3pub(crate) mod types; 4 5#[cfg_attr(windows, path = "windows_syscalls.rs")] 6pub(crate) mod syscalls;