We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4a510 commit e2d3495Copy full SHA for e2d3495
CHANGELOG.md
@@ -17,6 +17,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
17
- Added new module `::nix::sys::reboot` with enumeration `RebootMode` and
18
functions `reboot` and `set_cad_enabled`. Currently for _linux_ only.
19
([#386](https://github.com/nix-rust/nix/pull/386))
20
+- `FdSet` in `::nix::sys::select` now also implements `Clone`.
21
+ ([#405](https://github.com/nix-rust/nix/pull/405))
22
+- Added `F_FULLFSYNC` to `FcntlArg` in `::nix::fcntl` for _apple_ targets.
23
+ ([#407](https://github.com/nix-rust/nix/pull/407))
24
25
### Changed
26
- Replaced the reexported integer constants for signals by the enumeration
0 commit comments