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