forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
kernel/include/uapi/linux/utime.h
....@@ -5,8 +5,8 @@
55 #include <linux/types.h>
66
77 struct utimbuf {
8
- __kernel_time_t actime;
9
- __kernel_time_t modtime;
8
+ __kernel_old_time_t actime;
9
+ __kernel_old_time_t modtime;
1010 };
1111
1212 #endif