From 5d43c13e5418f1d34b44cab71ee7306402fe5823 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 21 Feb 2022 21:06:10 +0000 Subject: [PATCH] add Illumos support --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index dbb928b..e1d9b46 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -45,6 +45,7 @@ use ios as os; target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd", + target_os = "illumos", target_os = "solaris" ))] use unix as os; @@ -56,6 +57,7 @@ use unix as os; target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd", + target_os = "illumos", target_os = "solaris", target_os = "ios", target_os = "macos", @@ -320,6 +322,7 @@ mod ios { target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd", + target_os = "illumos", target_os = "solaris" ))] mod unix {