blob: a07d06b1a559450df2808b936094a8d33ebd06d1 [file] [log] [blame]
pub(crate) mod poll_fd;
#[cfg(not(windows))]
pub(crate) mod types;
#[cfg_attr(windows, path = "windows_syscalls.rs")]
pub(crate) mod syscalls;
#[cfg(any(linux_kernel, target_os = "redox"))]
pub mod epoll;