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

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

pub mod raw;
pub mod fs;