Skip to content

eventcomm: use 64-bit time safe accessors instead of timeval directly

Ariadne Conill requested to merge kaniini/xf86-input-synaptics:master into master

when building on a 32-bit host with 64-bit time_t, using the input_event_sec and input_event_usec accessors are necessary to deal with translation.

Edited by Ariadne Conill

Merge request reports