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 916bbfa commit 144464bCopy full SHA for 144464b
CHANGELOG.md
@@ -41,6 +41,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
41
- Removed public access to the inner fields of `NetlinkAddr`, `AlgAddr`,
42
`SysControlAddr`, `LinkAddr`, and `VsockAddr`.
43
(#[1614](https://github.com/nix-rust/nix/pull/1614))
44
+- Removed `EventFlag::EV_SYSFLAG`.
45
+ (#[1635](https://github.com/nix-rust/nix/pull/1635))
46
47
## [0.23.1] - 2021-12-16
48
src/sys/event.rs
@@ -114,7 +114,6 @@ libc_bitflags!{
114
target_os = "ios", target_os = "macos",
115
target_os = "netbsd", target_os = "openbsd"))]
116
EV_RECEIPT;
117
- EV_SYSFLAGS;
118
}
119
120
0 commit comments