Skip to content

Commit 34f7091

Browse files
joboetAkhilTThomas
authored andcommitted
Apple: rmx_state has been removed
1 parent 2561d7c commit 34f7091

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,9 @@ fn test_apple(target: &str) {
419419
("in6_ifreq", "ifr_ifru") => true,
420420
("ifkpi", "ifk_data") => true,
421421
("ifconf", "ifc_ifcu") => true,
422+
// FIXME: this field has been incorporated into a resized `rmx_filler` array.
423+
("rt_metrics", "rmx_state") => true,
424+
("rt_metrics", "rmx_filler") => true,
422425
_ => false,
423426
}
424427
});

0 commit comments

Comments
 (0)