We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a828620 commit 0bc998fCopy full SHA for 0bc998f
libc-test/build.rs
@@ -4785,7 +4785,7 @@ fn test_linux(target: &str) {
4785
});
4786
cfg.skip_struct(|s| match s.ident() {
4787
"utimbuf" | "timeval" | "timespec" | "rusage" | "itimerval" | "itimerspec"
4788
- | "timex" | "ntptimeval" | "stat" | "shmid_ds" | "msqid_ds" => true,
+ | "timex" | "ntptimeval" | "stat" | "shmid_ds" | "msqid_ds" | "input_event" => true,
4789
_ => false,
4790
4791
0 commit comments