about summary refs log tree commit diff
path: root/library/std/src/os/netbsd/mod.rs
blob: 2f21e98a6f4cb5ed0e6b79c85836db44b5274fe4 (plain)
1
2
3
4
5
6
7
//! OpenBSD-specific definitions

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

pub mod fs;
pub mod net;
pub mod raw;