diff options
Diffstat (limited to 'include/linux/time64.h')
| -rw-r--r-- | include/linux/time64.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/time64.h b/include/linux/time64.h index 05634afba0db..f38d382ffec1 100644 --- a/include/linux/time64.h +++ b/include/linux/time64.h | |||
| @@ -7,14 +7,6 @@ | |||
| 7 | typedef __s64 time64_t; | 7 | typedef __s64 time64_t; |
| 8 | typedef __u64 timeu64_t; | 8 | typedef __u64 timeu64_t; |
| 9 | 9 | ||
| 10 | /* CONFIG_64BIT_TIME enables new 64 bit time_t syscalls in the compat path | ||
| 11 | * and 32-bit emulation. | ||
| 12 | */ | ||
| 13 | #ifndef CONFIG_64BIT_TIME | ||
| 14 | #define __kernel_timespec timespec | ||
| 15 | #define __kernel_itimerspec itimerspec | ||
| 16 | #endif | ||
| 17 | |||
| 18 | #include <uapi/linux/time.h> | 10 | #include <uapi/linux/time.h> |
| 19 | 11 | ||
| 20 | struct timespec64 { | 12 | struct timespec64 { |
