Skip to content

Commit 9aa3115

Browse files
committed
Skip f_reserved since size is changed
1 parent 6b17437 commit 9aa3115

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

+2
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ fn test_apple(target: &str) {
203203
match (struct_, field) {
204204
// FIXME: actually a union
205205
("sigevent", "sigev_value") => true,
206+
// FIXME: the array size has been changed since macOS 10.15 ([8] -> [7]).
207+
("statfs", "f_reserved") => true,
206208
_ => false,
207209
}
208210
});

0 commit comments

Comments
 (0)