]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/linux/mod.rs
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25
[rust.git] / library / std / src / os / linux / mod.rs
1 //! Linux-specific definitions.
2
3 #![stable(feature = "raw_ext", since = "1.1.0")]
4 #![doc(cfg(target_os = "linux"))]
5
6 pub mod fs;
7 pub mod process;
8 pub mod raw;