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

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

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