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 2a3d367 commit 0387331Copy full SHA for 0387331
CHANGELOG.md
@@ -35,6 +35,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
35
([#491](https://github.com/nix-rust/nix/pull/491))
36
- Added `fchdir` in `::nix::unistd`
37
([#497](https://github.com/nix-rust/nix/pull/497))
38
+- Fixed the style of many bitflags and use `libc` in more places.
39
+ ([#503](https://github.com/nix-rust/nix/pull/503))
40
41
### Changed
42
- `epoll_ctl` now could accept None as argument `event`
0 commit comments