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 11d93d9 commit abf5002Copy full SHA for abf5002
CHANGELOG.md
@@ -38,6 +38,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
38
([#602](https://github.com/nix-rust/nix/pull/774))
39
- Added `ptrace::Options::PTRACE_O_EXITKILL` on Linux and Android.
40
([#771](https://github.com/nix-rust/nix/pull/771))
41
+- Added `nix::unistd::{getgroups, setgroups, getgrouplist, initgroups}`. ([#733](https://github.com/nix-rust/nix/pull/733))
42
43
### Changed
44
- Renamed existing `ptrace` wrappers to encourage namespacing ([#692](https://github.com/nix-rust/nix/pull/692))
0 commit comments