Skip to content

Commit 7e349c0

Browse files
committed
Add exception in testsuite: the constants are new
they will be released with OpenBSD 6.2
1 parent c51e91b commit 7e349c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,9 @@ fn main() {
440440
"KERN_USERMOUNT" |
441441
"KERN_ARND" if openbsd => true,
442442

443+
// These constats were added in OpenBSD 6.2
444+
"EV_RECEIPT" | "EV_DISPATCH" if openbsd => true,
445+
443446
// These are either unimplemented or optionally built into uClibc
444447
"LC_CTYPE_MASK" | "LC_NUMERIC_MASK" | "LC_TIME_MASK" | "LC_COLLATE_MASK" | "LC_MONETARY_MASK" | "LC_MESSAGES_MASK" |
445448
"MADV_MERGEABLE" | "MADV_UNMERGEABLE" | "MADV_HWPOISON" | "IPV6_ADD_MEMBERSHIP" | "IPV6_DROP_MEMBERSHIP" | "IPV6_MULTICAST_LOOP" | "IPV6_V6ONLY" |

0 commit comments

Comments
 (0)