1
Fork 0

Add redox system

This commit is contained in:
Jeremy Soller 2016-10-27 20:57:49 -06:00
parent 07436946b6
commit 8b09e01fef
37 changed files with 4313 additions and 5 deletions

View file

@ -13,6 +13,9 @@
#![stable(feature = "os", since = "1.0.0")]
#![allow(missing_docs, bad_style)]
#[cfg(redox)]
#[stable(feature = "rust1", since = "1.0.0")]
pub use sys::ext as unix;
#[cfg(unix)]
#[stable(feature = "rust1", since = "1.0.0")]
pub use sys::ext as unix;