Sign in
◑
Theme
rust
/
rust
/
df734af6ae8a7fdc287c5da23fe610573bf2a761
/
.
/
library
/
std
/
src
/
sys
/
io
/
kernel_copy
/
mod.rs
blob: 6f4b13042cd7f0ee05f589cc3a0685cd9526f16a [
file
]
cfg_select
!
{
any
(
target_os
=
"linux"
,
target_os
=
"android"
)
=>
{
mod
linux
;
}
_
=>
{}
}