Skip to content

Commit

Permalink
fixup! input_event macros
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed May 23, 2024
1 parent ee9871c commit 6894131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ s! {
#[cfg(all(target_pointer_width = "32", gnu_time64_abi))]
pub input_event_usec: i64,
#[cfg(all(target_pointer_width = "32", not(gnu_time64_abi)))]
pub input_event_usec: ::c_long,
pub input_event_usec: ::c_ulong,


// #[cfg(gnu_time64_abi)]
Expand Down

0 comments on commit 6894131

Please sign in to comment.