aboutsummaryrefslogtreecommitdiff
path: root/include/standard-headers/linux/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/standard-headers/linux/input.h')
-rw-r--r--include/standard-headers/linux/input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/standard-headers/linux/input.h b/include/standard-headers/linux/input.h
index 939b62775c..6d6128c081 100644
--- a/include/standard-headers/linux/input.h
+++ b/include/standard-headers/linux/input.h
@@ -28,8 +28,8 @@ struct input_event {
#define input_event_sec time.tv_sec
#define input_event_usec time.tv_usec
#else
- __kernel_ulong_t __sec;
- __kernel_ulong_t __usec;
+ unsigned long __sec;
+ unsigned long __usec;
#define input_event_sec __sec
#define input_event_usec __usec
#endif