Skip to content

Commit 1d8cb28

Browse files
committed
OpenIndiana patches
1 parent 3cf9007 commit 1d8cb28

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/sys/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ feature! {
9696
#[cfg(not(any(
9797
target_os = "redox",
9898
target_os = "fuchsia",
99-
solarish,
10099
target_os = "haiku"
101100
)))]
102101
feature! {

src/sys/resource.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ cfg_if! {
1919
bsd,
2020
target_os = "android",
2121
target_os = "aix",
22+
target_os = "illumos",
2223
all(target_os = "linux", not(target_env = "gnu")),
2324
target_os = "cygwin"
2425
))]{
@@ -50,6 +51,7 @@ libc_enum! {
5051
bsd,
5152
target_os = "android",
5253
target_os = "aix",
54+
target_os = "illumos",
5355
all(target_os = "linux", not(any(target_env = "gnu", target_env = "uclibc"))),
5456
target_os = "cygwin"
5557
), repr(i32))]

0 commit comments

Comments
 (0)