remove ignore for published OpenBSD versions

This commit is contained in:
Sébastien Marie 2018-07-14 06:58:37 +02:00
parent 280976e0d3
commit fec9baf0a3
1 changed files with 0 additions and 6 deletions

View File

@ -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" |