summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libc-test/build.rs')
-rw-r--r--libc-test/build.rs8
1 files changed, 2 insertions, 6 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index edc13b5409..ed1b176bbf 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