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 26db669 commit dfd9ae2Copy full SHA for dfd9ae2
libc-test/build.rs
@@ -4683,7 +4683,9 @@ fn test_linux(target: &str) {
4683
// `frames` is a flexible array member
4684
(struct_ == "bcm_msg_head" && field == "frames") ||
4685
// FAM
4686
- (struct_ == "af_alg_iv" && field == "iv")
+ (struct_ == "af_alg_iv" && field == "iv") ||
4687
+ // FIXME(linux): this is changed to separate sec/usec fields when time64 is enabled
4688
+ (struct_ == "input_event" && field == "time")
4689
});
4690
4691
cfg.skip_roundtrip(move |s| match s {
0 commit comments