blob: 87c99068929c3eea67bbfa885b72f8c18507fecc [file] [log] [blame]
#![forbid(unsafe_op_in_unsafe_fn)]
pub mod os;
#[path = "../unsupported/common.rs"]
mod common;
pub use common::*;