summaryrefslogtreecommitdiffstats
path: root/library/std/src/os/linux/mod.rs
blob: 8e7776f6646b58f5b4cee594289568a3426ab9bf (plain)
1
2
3
4
5
6
7
8
//! Linux-specific definitions.

#![stable(feature = "raw_ext", since = "1.1.0")]
#![doc(cfg(target_os = "linux"))]

pub mod fs;
pub mod process;
pub mod raw;