pub use ;
pub use ;
// TODO: Bring back eventfd
// #[cfg(not(target_os = "linux"))]
pub use Awakener;
// #[cfg(target_os = "linux")]
// pub use self::linux::Awakener;
// #[cfg(target_os = "linux")]
// mod linux;
// #[cfg(not(target_os = "linux"))]