summaryrefslogtreecommitdiff
path: root/libc-test
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-05-28 19:10:23 +0200
committergnzlbg <gonzalobg88@gmail.com>2019-07-27 13:25:22 +0200
commit6ca5bfaea17f5c48843abb46dc22771fbe5fda2d (patch)
tree6079f64dfa00bef2da5db182239a5b85ffe5a8b7 /libc-test
parent7c8e397c0cc463e60345183d77de8b66431d7316 (diff)
downloadrust-libc-6ca5bfaea17f5c48843abb46dc22771fbe5fda2d.tar.gz
Setup Azure Pipelines
Diffstat (limited to 'libc-test')
-rw-r--r--libc-test/build.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index 6edbd0f2ff..d4ad4a9a4e 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -1595,8 +1595,7 @@ fn test_freebsd(target: &str) {
// These constants were removed in FreeBSD 11 (svn r262489),
// and they've never had any legitimate use outside of the
// base system anyway.
- "CTL_MAXID" | "KERN_MAXID" | "HW_MAXID"
- | "USER_MAXID" => true,
+ "CTL_MAXID" | "KERN_MAXID" | "HW_MAXID" | "USER_MAXID" => true,
_ => false,
}