summaryrefslogtreecommitdiffstats
path: root/library/std/src/os/illumos/mod.rs
blob: e61926f89356a6e2d39a8220279b16efd0ad80ac (plain)
1
2
3
4
5
6
//! illumos-specific definitions

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

pub mod fs;
pub mod raw;