blob: 44e8a090add8623df43f34c8fd8b7a505c49e670 [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(all(feature = "alloc", linux_kernel))]
pub mod epoll;