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

#![stable(feature = "raw_ext", since = "1.1.0")]

pub mod fs;
pub mod raw;