summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-03-21 23:24:39 +0000
committerGitHub <noreply@github.com>2021-03-21 23:24:39 +0000
commitfde9ebc6060ba7d5f0f49bafe82f332003ea9605 (patch)
tree09c410385c727ac6f9e9bfae71077901f5edfb6d /src/lib.rs
parent7b3129a194ecbf3e5f99f30ff26ab0e6fa7f183d (diff)
parentd444f1bcf20b29d0ec69e30046c71d005a2b9d72 (diff)
downloadnix-fde9ebc6060ba7d5f0f49bafe82f332003ea9605.zip
Merge #1394
1394: illumos and Solaris support r=asomers a=jasonbking Adds support for the illumos target as well as improvements in the existing Solaris support. Co-authored-by: Dominik Hassler <hadfl@omnios.org> Co-authored-by: Joshua M. Clulow <josh@sysmgr.org> Co-authored-by: Jason King <jason.brian.king@gmail.com>
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e62c158c..899d3f8b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -37,6 +37,7 @@ pub mod fcntl;
target_os = "linux",
target_os = "macos",
target_os = "netbsd",
+ target_os = "illumos",
target_os = "openbsd"))]
pub mod ifaddrs;
#[cfg(any(target_os = "android",