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

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

pub mod fs;
pub mod raw;