diff options
Diffstat (limited to 'include/linux/time64.h')
-rw-r--r-- | include/linux/time64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/time64.h b/include/linux/time64.h index 0a7b2f79cec7..05634afba0db 100644 --- a/include/linux/time64.h +++ b/include/linux/time64.h | |||
@@ -12,6 +12,7 @@ typedef __u64 timeu64_t; | |||
12 | */ | 12 | */ |
13 | #ifndef CONFIG_64BIT_TIME | 13 | #ifndef CONFIG_64BIT_TIME |
14 | #define __kernel_timespec timespec | 14 | #define __kernel_timespec timespec |
15 | #define __kernel_itimerspec itimerspec | ||
15 | #endif | 16 | #endif |
16 | 17 | ||
17 | #include <uapi/linux/time.h> | 18 | #include <uapi/linux/time.h> |