Skip to content

Commit

Permalink
fixup: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Jun 11, 2022
1 parent 8addf44 commit 19ac957
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3295,6 +3295,7 @@ fn test_linux(target: &str) {
(struct_ == "utmpx" && field == "ut_tv") ||
// sigval is actually a union, but we pretend it's a struct
(struct_ == "sigevent" && field == "sigev_value") ||
(struct_ == "sigevent_0_2_126" && field == "sigev_value") ||
// this one is an anonymous union
(struct_ == "ff_effect" && field == "u") ||
// `__exit_status` type is a patch which is absent in musl
Expand Down Expand Up @@ -3819,6 +3820,7 @@ fn test_haiku(target: &str) {
("sem_t", "named_sem_id") => true,
("sigaction", "sa_sigaction") => true,
("sigevent", "sigev_value") => true,
("sigevent_0_2_126", "sigev_value") => true,
("fpu_state", "_fpreg") => true,
// these fields have a simplified data definition in libc
("fpu_state", "_xmm") => true,
Expand Down

0 comments on commit 19ac957

Please sign in to comment.