1//! Linux-specific definitions. 2 3#![stable(feature = "raw_ext", since = "1.1.0")] 4// #![doc(cfg(target_os = "linux"))] // commented out for std.noratrieb.dev 5 6pub mod fs; 7pub mod net; 8pub mod process; 9pub mod raw;