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.
input_event.time
1 parent 7317301 commit b0966b6Copy full SHA for b0966b6
libc-test/build.rs
@@ -4729,8 +4729,6 @@ fn test_linux(target: &str) {
4729
("xsk_tx_metadata", "xsk_tx_metadata_union") => true,
4730
// After musl 1.2.0, the type becomes `int` instead of `long`.
4731
("utmpx", "ut_session") if musl => true,
4732
- // FIXME(musl,time): changed with the musl time updates
4733
- ("input_event", "time") if musl_v1_2_3 => true,
4734
// `frames` is a flexible array member
4735
("bcm_msg_head", "frames") => true,
4736
// FAM
0 commit comments