blob: bb71fde631ccef3f43f7b9b71ad57cc10e86356f [file]
cfg_select! {
any(target_os = "linux", target_os = "android") => {
mod linux;
}
_ => { }
}