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 1cfa5d6 commit a915899Copy full SHA for a915899
libc-test/build.rs
@@ -2311,6 +2311,12 @@ fn test_freebsd(target: &str) {
2311
// should've been used anywhere anyway.
2312
"TDF_UNUSED23" => true,
2313
2314
+ // Removed in FreeBSD 15
2315
+ "TDF_CANSWAP" | "TDF_SWAPINREQ" => true,
2316
+
2317
+ // Unaccessible in FreeBSD 15
2318
+ "TDI_SWAPPED" | "P_SWAPPINGOUT" | "P_SWAPPINGIN" => true,
2319
2320
// Removed in FreeBSD 14 (git a6b55ee6be1)
2321
"IFF_KNOWSEPOCH" => true,
2322
0 commit comments