summaryrefslogtreecommitdiffstats
path: root/library/std/src/os/unix/io/raw.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/os/unix/io/raw.rs')
-rw-r--r--library/std/src/os/unix/io/raw.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/library/std/src/os/unix/io/raw.rs b/library/std/src/os/unix/io/raw.rs
new file mode 100644
index 000000000..a4d2ba797
--- /dev/null
+++ b/library/std/src/os/unix/io/raw.rs
@@ -0,0 +1,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::*;