Sign in
android
/
toolchain
/
rustc
/
54272acac043c1dedfb7db7420545b31ec1ac51f
/
.
/
library
/
std
/
src
/
os
/
linux
/
mod.rs
blob: 94438defc227077b5799267bf4de43327cc25eb0 [
file
] [
log
] [
blame
]
//! Linux-specific definitions.
#![
stable
(
feature
=
"raw_ext"
,
since
=
"1.1.0"
)]
#![
doc
(
cfg
(
target_os
=
"linux"
))]
pub
mod
fs
;
pub
mod
raw
;