]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/openbsd/mod.rs
Auto merge of #96736 - oli-obk:tait_missing_wf_check, r=davidtwco
[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;