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