diff --git a/libc-test/build.rs b/libc-test/build.rs index edc13b54..ed1b176b 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -1763,12 +1763,8 @@ fn test_freebsd(target: &str) { cfg.skip_const(move |name| { match name { // These constants are to be introduced in yet-unreleased FreeBSD 12.2. - "F_ADD_SEALS" - | "F_GET_SEALS" - | "F_SEAL_SEAL" - | "F_SEAL_SHRINK" - | "F_SEAL_GROW" - | "F_SEAL_WRITE" + "F_ADD_SEALS" | "F_GET_SEALS" | "F_SEAL_SEAL" + | "F_SEAL_SHRINK" | "F_SEAL_GROW" | "F_SEAL_WRITE" if Some(12) <= freebsd_ver => { true