]> git.proxmox.com Git - rustc.git/blame - src/libstd/os/redox/mod.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / libstd / os / redox / mod.rs
CommitLineData
416331ca
XL
1//! Redox-specific definitions
2
3#![stable(feature = "raw_ext", since = "1.1.0")]
4
416331ca 5pub mod fs;
60c5eb7d 6pub mod raw;