Add Illumos support
This commit is contained in:
parent
9041b93058
commit
f189d7a693
35 changed files with 412 additions and 37 deletions
|
@ -25,6 +25,7 @@ use ops::Neg;
|
|||
#[cfg(target_os = "nacl")] pub use os::nacl as platform;
|
||||
#[cfg(target_os = "netbsd")] pub use os::netbsd as platform;
|
||||
#[cfg(target_os = "openbsd")] pub use os::openbsd as platform;
|
||||
#[cfg(target_os = "sunos")] pub use os::sunos as platform;
|
||||
|
||||
pub mod backtrace;
|
||||
pub mod condvar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue