summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/src/backend/linux_raw/event/mod.rs
blob: 4148a8c7fbbe02d8fd20b6ac8514acc6b606671e (plain)
1
2
3
4
5
#[cfg(feature = "alloc")]
pub mod epoll;
pub(crate) mod poll_fd;
pub(crate) mod syscalls;
pub(crate) mod types;