Skip to main content
Files
std/sys/io/kernel_copy/
mod.rs
1
cfg_select!
{
2
any(target_os =
"linux"
, target_os =
"android"
) => {
3
mod
linux
;
4
}
5
_
=> {}
6
}