Skip to main content

std/sys/io/kernel_copy/
mod.rs

1cfg_select! {
2    any(target_os = "linux", target_os = "android") => {
3        mod linux;
4    }
5    _ => {}
6}