We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0953638 commit 53f5699Copy full SHA for 53f5699
libc-test/build.rs
@@ -1763,12 +1763,8 @@ fn test_freebsd(target: &str) {
1763
cfg.skip_const(move |name| {
1764
match name {
1765
// These constants are to be introduced in yet-unreleased FreeBSD 12.2.
1766
- "F_ADD_SEALS"
1767
- | "F_GET_SEALS"
1768
- | "F_SEAL_SEAL"
1769
- | "F_SEAL_SHRINK"
1770
- | "F_SEAL_GROW"
1771
- | "F_SEAL_WRITE"
+ "F_ADD_SEALS" | "F_GET_SEALS" | "F_SEAL_SEAL"
+ | "F_SEAL_SHRINK" | "F_SEAL_GROW" | "F_SEAL_WRITE"
1772
if Some(12) <= freebsd_ver =>
1773
{
1774
true
0 commit comments