Skip to content

Commit 144464b

Browse files
committed
Remove EventFlag::EV_SYSFLAG
It is not stable across OpenBSD versions and is reserved by the system on FreeBSD and NetBSD.
1 parent 916bbfa commit 144464b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
4141
- Removed public access to the inner fields of `NetlinkAddr`, `AlgAddr`,
4242
`SysControlAddr`, `LinkAddr`, and `VsockAddr`.
4343
(#[1614](https://github.com/nix-rust/nix/pull/1614))
44+
- Removed `EventFlag::EV_SYSFLAG`.
45+
(#[1635](https://github.com/nix-rust/nix/pull/1635))
4446

4547
## [0.23.1] - 2021-12-16
4648

src/sys/event.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ libc_bitflags!{
114114
target_os = "ios", target_os = "macos",
115115
target_os = "netbsd", target_os = "openbsd"))]
116116
EV_RECEIPT;
117-
EV_SYSFLAGS;
118117
}
119118
}
120119

0 commit comments

Comments
 (0)