summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Marie <semarie@online.fr>2018-07-14 06:58:37 +0200
committerSébastien Marie <semarie@online.fr>2018-07-14 06:58:37 +0200
commitfec9baf0a3752aecdbd372897d23c19368499b47 (patch)
treead440ec54d82ec40c4b7192cfa0664407c9573b8
parent280976e0d34625ef5b9e4240e31716489b69c4b7 (diff)
downloadrust-libc-fec9baf0a3752aecdbd372897d23c19368499b47.tar.gz
remove ignore for published OpenBSD versions
-rw-r--r--libc-test/build.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index 29e43f6d14..795330ab3f 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -538,12 +538,6 @@ fn main() {
"KERN_USERMOUNT" |
"KERN_ARND" if openbsd => true,
- // These constants were added in OpenBSD 6.2
- "EV_RECEIPT" | "EV_DISPATCH" if openbsd => true,
-
- // These constants were added in OpenBSD 6.3
- "MAP_STACK" if openbsd => true,
-
// These are either unimplemented or optionally built into uClibc
"LC_CTYPE_MASK" | "LC_NUMERIC_MASK" | "LC_TIME_MASK" | "LC_COLLATE_MASK" | "LC_MONETARY_MASK" | "LC_MESSAGES_MASK" |
"MADV_MERGEABLE" | "MADV_UNMERGEABLE" | "MADV_HWPOISON" | "IPV6_ADD_MEMBERSHIP" | "IPV6_DROP_MEMBERSHIP" | "IPV6_MULTICAST_LOOP" | "IPV6_V6ONLY" |