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

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

pub mod raw;
pub mod fs;