Skip to content

Commit 0bc998f

Browse files
committed
test: musl: Skip time64-dependent struct input_event
This is intended to be removed together with the other things once the PR adding our version of `_REDIR_TIME64` lands.
1 parent a828620 commit 0bc998f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4785,7 +4785,7 @@ fn test_linux(target: &str) {
47854785
});
47864786
cfg.skip_struct(|s| match s.ident() {
47874787
"utimbuf" | "timeval" | "timespec" | "rusage" | "itimerval" | "itimerspec"
4788-
| "timex" | "ntptimeval" | "stat" | "shmid_ds" | "msqid_ds" => true,
4788+
| "timex" | "ntptimeval" | "stat" | "shmid_ds" | "msqid_ds" | "input_event" => true,
47894789
_ => false,
47904790
});
47914791

0 commit comments

Comments
 (0)