From 9790744cf22d946cd348ad38ad3d6518c59d0cdc Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Fri, 15 May 2026 18:01:54 +0200 Subject: [PATCH] Add setgroups(2) to macOS/Apple targets --- src/unistd.rs | 1 - 1 file changed, 1 deletion(-) 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" )))]