Skip to content

Commit fec9baf

Browse files
committed
remove ignore for published OpenBSD versions
1 parent 280976e commit fec9baf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libc-test/build.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -538,12 +538,6 @@ fn main() {
538538
"KERN_USERMOUNT" |
539539
"KERN_ARND" if openbsd => true,
540540

541-
// These constants were added in OpenBSD 6.2
542-
"EV_RECEIPT" | "EV_DISPATCH" if openbsd => true,
543-
544-
// These constants were added in OpenBSD 6.3
545-
"MAP_STACK" if openbsd => true,
546-
547541
// These are either unimplemented or optionally built into uClibc
548542
"LC_CTYPE_MASK" | "LC_NUMERIC_MASK" | "LC_TIME_MASK" | "LC_COLLATE_MASK" | "LC_MONETARY_MASK" | "LC_MESSAGES_MASK" |
549543
"MADV_MERGEABLE" | "MADV_UNMERGEABLE" | "MADV_HWPOISON" | "IPV6_ADD_MEMBERSHIP" | "IPV6_DROP_MEMBERSHIP" | "IPV6_MULTICAST_LOOP" | "IPV6_V6ONLY" |

0 commit comments

Comments
 (0)