Skip to content

Commit

Permalink
Remove EventFlag::EV_SYSFLAG
Browse files Browse the repository at this point in the history
It is not stable across OpenBSD versions and is reserved by the system
on FreeBSD and NetBSD.
  • Loading branch information
rtzoeller committed Jan 16, 2022
1 parent 916bbfa commit 144464b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Removed public access to the inner fields of `NetlinkAddr`, `AlgAddr`,
`SysControlAddr`, `LinkAddr`, and `VsockAddr`.
(#[1614](https://github.com/nix-rust/nix/pull/1614))
- Removed `EventFlag::EV_SYSFLAG`.
(#[1635](https://github.com/nix-rust/nix/pull/1635))

## [0.23.1] - 2021-12-16

Expand Down
1 change: 0 additions & 1 deletion src/sys/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ libc_bitflags!{
target_os = "ios", target_os = "macos",
target_os = "netbsd", target_os = "openbsd"))]
EV_RECEIPT;
EV_SYSFLAGS;
}
}

Expand Down

0 comments on commit 144464b

Please sign in to comment.