1
Fork 0

Rename sunos to solaris

This commit is contained in:
Nikita Baksalyar 2016-01-28 14:02:31 +03:00
parent 6d07b68f5e
commit e5da5d59f8
No known key found for this signature in database
GPG key ID: 3EEA378A0EA758DA
29 changed files with 55 additions and 57 deletions

View file

@ -25,7 +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;
#[cfg(target_os = "solaris")] pub use os::solaris as platform;
pub mod backtrace;
pub mod condvar;