-
Notifications
You must be signed in to change notification settings - Fork 713
Open
Labels
Description
Hello,
For some reason, nix::unistd::initgroups
is explicitly not defined for macOS, with no incorrect justification in the docs:
Line 1782 in 75a26cd
target_os = "macos", |
This is strange, because the API definitely exists.
I'm unsure if it exists on iOS; I imagine it does, although in most cases it wouldn't be useful (except perhaps for jailbroken systems). But that's probably a separate issue.