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