diff --git a/src/unistd.rs b/src/unistd.rs index 4b313987ea..f85a69b170 100644 --- a/src/unistd.rs +++ b/src/unistd.rs @@ -1962,7 +1962,6 @@ pub fn getgroups() -> Result> { /// # try_main().unwrap(); /// ``` #[cfg(not(any( - apple_targets, target_os = "redox", target_os = "haiku" )))]