summaryrefslogtreecommitdiffstats
path: root/library/std/src/os/unix/io/raw.rs
blob: a4d2ba797d9c470362bb82916cdb52e333aac634 (plain)
1
2
3
4
5
6
//! Unix-specific extensions to general I/O primitives.

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

#[stable(feature = "rust1", since = "1.0.0")]
pub use crate::os::fd::raw::*;