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 60d9e17 commit 01fa5c7Copy full SHA for 01fa5c7
CHANGELOG.md
@@ -30,6 +30,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
30
- Added socket option variant that enables the timestamp socket
31
control message: `nix::sys::socket::sockopt::ReceiveTimestamp`
32
([#663](https://github.com/nix-rust/nix/pull/663))
33
+- Added `nix::unistd::{getgroups, setgroups, getgrouplist, initgroups}`. ([#733](https://github.com/nix-rust/nix/pull/733))
34
35
### Changed
36
- Renamed existing `ptrace` wrappers to encourage namespacing ([#692](https://github.com/nix-rust/nix/pull/692))
0 commit comments