File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments