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 74e81a5 commit 975799aCopy full SHA for 975799a
libc-test/build.rs
@@ -2276,10 +2276,13 @@ fn test_freebsd(target: &str) {
2276
// Added in FreeBSD 14
2277
"IFCAP_NV" if Some(14) > freebsd_ver => true,
2278
2279
- // Removed in https://reviews.freebsd.org/D38574 and https://reviews.freebsd.org/D38822
+ // FIXME: Removed in https://reviews.freebsd.org/D38574 and https://reviews.freebsd.org/D38822
2280
// We maybe should deprecate them once a stable release ships them.
2281
"IP_BINDMULTI" | "IP_RSS_LISTEN_BUCKET" => true,
2282
2283
+ // FIXME: Removed in https://reviews.freebsd.org/D39127.
2284
+ "KERN_VNODE" => true,
2285
+
2286
_ => false,
2287
}
2288
});
0 commit comments