Skip to content

Commit 147222d

Browse files
devnexentgross35
authored andcommitted
Fix FreeBSD 15 CI
1 parent 56d665c commit 147222d

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
@@ -2217,6 +2217,12 @@ fn test_freebsd(target: &str) {
22172217
// should've been used anywhere anyway.
22182218
"TDF_UNUSED23" => true,
22192219

2220+
// Removed in FreeBSD 15
2221+
"TDF_CANSWAP" | "TDF_SWAPINREQ" => true,
2222+
2223+
// Unaccessible in FreeBSD 15
2224+
"TDI_SWAPPED" | "P_SWAPPINGOUT" | "P_SWAPPINGIN" => true,
2225+
22202226
// Removed in FreeBSD 14 (git a6b55ee6be1)
22212227
"IFF_KNOWSEPOCH" => true,
22222228

0 commit comments

Comments
 (0)