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 3419efa commit 6ddc7b6Copy full SHA for 6ddc7b6
CHANGELOG.md
@@ -31,6 +31,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
31
- Added method `revents()` to `PollFd` in `::nix::poll`, in order to provide
32
read access to formerly public member `revents`.
33
([#399](https://github.com/nix-rust/nix/pull/399))
34
+- Added `MSG_CMSG_CLOEXEC` to `MsgFlags` in `::nix::sys::socket` for _linux_ only.
35
+ ([#422](https://github.com/nix-rust/nix/pull/422))
36
37
### Changed
38
- Replaced the reexported integer constants for signals by the enumeration
0 commit comments