aboutsummaryrefslogtreecommitdiff
path: root/libs/mtdev/patches/010-format.patch
blob: c456c4b899f43e96977cf73a86ab88abc51b34e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/test/mtdev-test.c
+++ b/test/mtdev-test.c
@@ -38,7 +38,7 @@
 #endif
 
 /* year-proof millisecond event time */
-typedef uint64_t mstime_t;
+typedef unsigned long long mstime_t;
 
 static int use_event(const struct input_event *ev)
 {