Skip to content

Commit f144cb7

Browse files
committed
skip the problematic type
1 parent 36c8345 commit f144cb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ fn test_apple(target: &str) {
298298
"tcp_connection_info" => true,
299299
// FIXME: The size is changed in recent macOSes.
300300
"malloc_introspection_t" => true,
301+
// sonoma changes the padding `rmx_filler` field.
302+
"rt_metrics" => true,
301303

302304
_ => false,
303305
}

0 commit comments

Comments
 (0)