summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-01-18 22:26:20 +0000
committerGitHub <noreply@github.com>2022-01-18 22:26:20 +0000
commit18d1f62b150177ca4c40e2cbe21a98ddba80ecf7 (patch)
tree92a3c21a783b307cde63efaa60ebaf08f86cfb3e /src/sys
parent916bbfac03b58f181fc971b59a1d61c601f3944c (diff)
parent84e3c56bcc144fb4964caa69fb1dddeccb35be82 (diff)
downloadnix-18d1f62b150177ca4c40e2cbe21a98ddba80ecf7.zip
Merge #1635
1635: Remove EventFlag::EV_SYSFLAG r=rtzoeller a=rtzoeller It is not stable across OpenBSD versions and is reserved by the system on FreeBSD and NetBSD. This should fix the nix build for OpenBSD, which is failing due to https://github.com/rust-lang/libc/pull/2596. Bump the libc dependency to uptake that change. Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/event.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sys/event.rs b/src/sys/event.rs
index c648f5eb..9262accf 100644
--- a/src/sys/event.rs
+++ b/src/sys/event.rs
@@ -114,7 +114,6 @@ libc_bitflags!{
target_os = "ios", target_os = "macos",
target_os = "netbsd", target_os = "openbsd"))]
EV_RECEIPT;
- EV_SYSFLAGS;
}
}