We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d03554b + 5872135 commit 2c7f384Copy full SHA for 2c7f384
libc-test/build.rs
@@ -491,6 +491,8 @@ fn test_openbsd(target: &str) {
491
match name {
492
// Removed in OpenBSD 6.0
493
"KERN_USERMOUNT" | "KERN_ARND" => true,
494
+ // Removed in OpenBSD 7.2
495
+ "KERN_NSELCOLL" => true,
496
// Good chance it's going to be wrong depending on the host release
497
"KERN_MAXID" | "NET_RT_MAXID" => true,
498
"EV_SYSFLAGS" => true,
0 commit comments