]> git.proxmox.com Git - rustc.git/blame - vendor/rustix-0.37.20/src/backend/libc/io/mod.rs
New upstream version 1.72.1+dfsg1
[rustc.git] / vendor / rustix-0.37.20 / src / backend / libc / io / mod.rs
CommitLineData
fe692bf9
FG
1pub(crate) mod errno;
2#[cfg(not(windows))]
3#[cfg(not(feature = "std"))]
4pub(crate) mod io_slice;
5pub(crate) mod poll_fd;
6#[cfg(not(windows))]
7pub(crate) mod types;
8
9#[cfg_attr(windows, path = "windows_syscalls.rs")]
10pub(crate) mod syscalls;
11
12#[cfg(linux_kernel)]
13pub mod epoll;