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

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

pub mod fs;
pub mod raw;