blob: 2ce249600e701be0496dfefb2a4fdbb2eec64a16 [file] [log] [blame]
#[cfg(unix)]
#[path = "unix.rs"]
mod sys;
#[cfg(windows)]
#[path = "windows.rs"]
mod sys;
pub use self::sys::*;