Add redox system
This commit is contained in:
parent
07436946b6
commit
8b09e01fef
37 changed files with 4313 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue