6 lines
109 B
Rust
6 lines
109 B
Rust
//! OpenBSD-specific definitions
|
|
|
|
#![stable(feature = "raw_ext", since = "1.1.0")]
|
|
|
|
pub mod fs;
|
|
pub mod raw;
|