Skip to content

Commit

Permalink
openbsd: ignore ci error about unexistent KERN_NSELCOLL constant
Browse files Browse the repository at this point in the history
This sysctl(2) constant has been removed.

openbsd/src@9bf42e3
  • Loading branch information
semarie committed Aug 17, 2022
1 parent 2a1d103 commit 5872135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc-test/build.rs
Expand Up @@ -491,6 +491,8 @@ fn test_openbsd(target: &str) {
match name {
// Removed in OpenBSD 6.0
"KERN_USERMOUNT" | "KERN_ARND" => true,
// Removed in OpenBSD 7.2
"KERN_NSELCOLL" => true,
// Good chance it's going to be wrong depending on the host release
"KERN_MAXID" | "NET_RT_MAXID" => true,
"EV_SYSFLAGS" => true,
Expand Down

0 comments on commit 5872135

Please sign in to comment.