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 7e5d2fa9ac46..980c71b3001a 100644 --- a/include/linux/time64.h +++ b/include/linux/time64.h | |||
@@ -5,6 +5,7 @@ | |||
5 | #include <linux/math64.h> | 5 | #include <linux/math64.h> |
6 | 6 | ||
7 | typedef __s64 time64_t; | 7 | typedef __s64 time64_t; |
8 | typedef __u64 timeu64_t; | ||
8 | 9 | ||
9 | /* | 10 | /* |
10 | * This wants to go into uapi/linux/time.h once we agreed about the | 11 | * This wants to go into uapi/linux/time.h once we agreed about the |