]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/openbsd/mod.rs
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23
[rust.git] / library / std / src / os / openbsd / mod.rs
1 //! OpenBSD-specific definitions
2
3 #![stable(feature = "raw_ext", since = "1.1.0")]
4
5 pub mod fs;
6 pub mod raw;