Add Illumos support

This commit is contained in:
Nikita Baksalyar
2016-01-21 19:30:22 +03:00
parent 9041b93058
commit f189d7a693
35 changed files with 412 additions and 37 deletions

View File

@@ -39,6 +39,7 @@ impl Drop for Handler {
target_os = "bitrig",
target_os = "dragonfly",
target_os = "freebsd",
target_os = "sunos",
all(target_os = "netbsd", not(target_vendor = "rumprun")),
target_os = "openbsd"))]
mod imp {
@@ -167,6 +168,7 @@ mod imp {
target_os = "bitrig",
target_os = "dragonfly",
target_os = "freebsd",
target_os = "sunos",
all(target_os = "netbsd", not(target_vendor = "rumprun")),
target_os = "openbsd")))]
mod imp {