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 486bbd6 commit e387c5dCopy full SHA for e387c5d
libc-test/build.rs
@@ -4699,8 +4699,6 @@ fn test_linux(target: &str) {
4699
("xsk_tx_metadata", "xsk_tx_metadata_union") => true,
4700
// After musl 1.2.0, the type becomes `int` instead of `long`.
4701
("utmpx", "ut_session") if musl => true,
4702
- // FIXME(musl,time): changed with the musl time updates
4703
- ("input_event", "time") if musl_v1_2_3 => true,
4704
// `frames` is a flexible array member
4705
("bcm_msg_head", "frames") => true,
4706
// FAM
0 commit comments