We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b132da commit ee47afeCopy full SHA for ee47afe
src/unistd.rs
@@ -1028,7 +1028,9 @@ pub fn getgroups() -> Result<Vec<Gid>> {
1028
/// Set the list of supplementary group IDs for the calling process.
1029
///
1030
/// *Note:* On macOS, `getgroups()` may not return the same group list set by
1031
-/// calling `setgroups()`. Apple discourages the use of `setgroups()`.
+/// calling `setgroups()`. The use of `setgroups()` on macOS is 'highly
1032
+/// discouraged' by Apple. Developers are referred to the `opendirectoryd`
1033
+/// daemon and its set of APIs.
1034
1035
/// [Further reading](http://man7.org/linux/man-pages/man2/getgroups.2.html)
1036
0 commit comments