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.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index c9f3211063..c55a997c97 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -2308,6 +2308,9 @@ fn test_freebsd(target: &str) {
("kinfo_proc", "ki_tdaddr") => true,
("kinfo_proc", "ki_pd") => true,
+ // Anonymous type.
+ ("filestat", "next") => true,
+
// We ignore this field because we needed to use a hack in order to make rust 1.19
// happy...
("kinfo_proc", "ki_sparestrings") => true,