We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280976e commit fec9bafCopy full SHA for fec9baf
libc-test/build.rs
@@ -538,12 +538,6 @@ fn main() {
538
"KERN_USERMOUNT" |
539
"KERN_ARND" if openbsd => true,
540
541
- // These constants were added in OpenBSD 6.2
542
- "EV_RECEIPT" | "EV_DISPATCH" if openbsd => true,
543
-
544
- // These constants were added in OpenBSD 6.3
545
- "MAP_STACK" if openbsd => true,
546
547
// These are either unimplemented or optionally built into uClibc
548
"LC_CTYPE_MASK" | "LC_NUMERIC_MASK" | "LC_TIME_MASK" | "LC_COLLATE_MASK" | "LC_MONETARY_MASK" | "LC_MESSAGES_MASK" |
549
"MADV_MERGEABLE" | "MADV_UNMERGEABLE" | "MADV_HWPOISON" | "IPV6_ADD_MEMBERSHIP" | "IPV6_DROP_MEMBERSHIP" | "IPV6_MULTICAST_LOOP" | "IPV6_V6ONLY" |
0 commit comments