aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/utime.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/utime.h')
-rw-r--r--include/linux/utime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/utime.h b/include/linux/utime.h
index 640be6a1959e..5cdf673afbdb 100644
--- a/include/linux/utime.h
+++ b/include/linux/utime.h
@@ -4,8 +4,8 @@
#include <linux/types.h>
struct utimbuf {
- time_t actime;
- time_t modtime;
+ __kernel_time_t actime;
+ __kernel_time_t modtime;
};
#endif