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.
1 parent c40b6af commit 58c772bCopy full SHA for 58c772b
libc-test/build.rs
@@ -431,6 +431,11 @@ fn main() {
431
"KERN_KDENABLE_BG_TRACE" if apple => true,
432
"KERN_KDDISABLE_BG_TRACE" if apple => true,
433
434
+ // These constants were removed in OpenBSD 6 (https://git.io/v7gBO
435
+ // https://git.io/v7gBq)
436
+ "KERN_USERMOUNT" |
437
+ "KERN_ARND" if openbsd => true,
438
+
439
// These are either unimplemented or optionally built into uClibc
440
"LC_CTYPE_MASK" | "LC_NUMERIC_MASK" | "LC_TIME_MASK" | "LC_COLLATE_MASK" | "LC_MONETARY_MASK" | "LC_MESSAGES_MASK" |
441
"MADV_MERGEABLE" | "MADV_UNMERGEABLE" | "MADV_HWPOISON" | "IPV6_ADD_MEMBERSHIP" | "IPV6_DROP_MEMBERSHIP" | "IPV6_MULTICAST_LOOP" | "IPV6_V6ONLY" |
0 commit comments