Skip to content

Commit a915899

Browse files
devnexentgross35
authored andcommitted
Fix FreeBSD 15 CI
(backport <#3797>) (cherry picked from commit 147222d)
1 parent 1cfa5d6 commit a915899

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libc-test/build.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2311,6 +2311,12 @@ fn test_freebsd(target: &str) {
23112311
// should've been used anywhere anyway.
23122312
"TDF_UNUSED23" => true,
23132313

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+
23142320
// Removed in FreeBSD 14 (git a6b55ee6be1)
23152321
"IFF_KNOWSEPOCH" => true,
23162322

0 commit comments

Comments
 (0)