summary refs log tree commit diff
path: root/src/libstd/os/redox/mod.rs
blob: c60da5926da6e1ee1b601c0485420520d63ce70e (plain)
1
2
3
4
5
6
//! Redox-specific definitions

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

pub mod raw;
pub mod fs;