Skip to content

Commit 07d0127

Browse files
committed
Fix CI on Android
1 parent 4833dc9 commit 07d0127

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
@@ -1955,6 +1955,9 @@ fn test_android(target: &str) {
19551955
("Elf32_Phdr", "p_type") => true,
19561956
("Elf64_Phdr", "p_type") => true,
19571957

1958+
// _sigev_un is an anonymous union
1959+
("sigevent", "_sigev_un") => true,
1960+
19581961
// this is actually a union on linux, so we can't represent it well and
19591962
// just insert some padding.
19601963
("siginfo_t", "_pad") => true,

0 commit comments

Comments
 (0)