1
2
3
4
5
//! 特定于 Unix 的通用 I/O 原语扩展。

#![stable(feature = "rust1", since = "1.0.0")]

pub use crate::os::fd::raw::*;