vpncloud/src/poll/mod.rs

7 lines
149 B
Rust
Raw Normal View History

2016-06-30 08:05:37 +00:00
#[cfg(any(target_os = "linux", target_os = "android"))]
mod epoll;
#[cfg(any(target_os = "linux", target_os = "android"))]
pub use self::epoll::*;