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 bb0b51e commit 3386747Copy full SHA for 3386747
libc-test/build.rs
@@ -3074,6 +3074,9 @@ fn test_freebsd(target: &str) {
3074
// mc_spare can change in size between OS releases. It's a spare field, after all.
3075
("__mcontext", "mc_spare") => true,
3076
3077
+ // mc_tlsbase introduced in FreeBSD 15
3078
+ ("__mcontext", "mc_tlsbase") => true,
3079
+
3080
_ => false,
3081
}
3082
});
0 commit comments