Skip to content

Commit 86689c5

Browse files
committed
Auto merge of #2447 - devnexen:obsd_skip_few_consts, r=Amanieu
openbsd omit few consts check as openbsd supports release N and N-1 f… …or a while
2 parents e4da444 + d63e6be commit 86689c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,8 @@ fn test_openbsd(target: &str) {
481481
match name {
482482
// Removed in OpenBSD 6.0
483483
"KERN_USERMOUNT" | "KERN_ARND" => true,
484+
// Good chance it's going to be wrong depending on the host release
485+
"KERN_MAXID" | "NET_RT_MAXID" => true,
484486
_ => false,
485487
}
486488
});

0 commit comments

Comments
 (0)