about summary refs log tree commit diff
path: root/library/std/src/os/linux/mod.rs
blob: 94438defc227077b5799267bf4de43327cc25eb0 (plain)
1
2
3
4
5
6
7
//! Linux-specific definitions.

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

pub mod fs;
pub mod raw;