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 3386747 commit 6290d3dCopy full SHA for 6290d3d
libc-test/build.rs
@@ -2646,6 +2646,9 @@ fn test_freebsd(target: &str) {
2646
// Unaccessible in FreeBSD 15
2647
"TDI_SWAPPED" | "P_SWAPPINGOUT" | "P_SWAPPINGIN" | "P_UNUSED3" => true,
2648
2649
+ // Only exists in FreeBSD 15+
2650
+ "P_IDLEPROC" if freebsd_ver < Some(15) => true,
2651
+
2652
// Removed in FreeBSD 14 (git a6b55ee6be1)
2653
"IFF_KNOWSEPOCH" => true,
2654
0 commit comments