Skip to content

Commit 19ac957

Browse files
committed
fixup: fix ci
1 parent 8addf44 commit 19ac957

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
@@ -3295,6 +3295,7 @@ fn test_linux(target: &str) {
32953295
(struct_ == "utmpx" && field == "ut_tv") ||
32963296
// sigval is actually a union, but we pretend it's a struct
32973297
(struct_ == "sigevent" && field == "sigev_value") ||
3298+
(struct_ == "sigevent_0_2_126" && field == "sigev_value") ||
32983299
// this one is an anonymous union
32993300
(struct_ == "ff_effect" && field == "u") ||
33003301
// `__exit_status` type is a patch which is absent in musl
@@ -3819,6 +3820,7 @@ fn test_haiku(target: &str) {
38193820
("sem_t", "named_sem_id") => true,
38203821
("sigaction", "sa_sigaction") => true,
38213822
("sigevent", "sigev_value") => true,
3823+
("sigevent_0_2_126", "sigev_value") => true,
38223824
("fpu_state", "_fpreg") => true,
38233825
// these fields have a simplified data definition in libc
38243826
("fpu_state", "_xmm") => true,

0 commit comments

Comments
 (0)