| /* | |
| * This file is auto-generated. Modifications will be lost. | |
| * | |
| * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ | |
| * for more information. | |
| */ | |
| #ifndef _LINUX_UTIME_H | |
| #define _LINUX_UTIME_H | |
| #include <linux/types.h> | |
| struct utimbuf { | |
| __kernel_old_time_t actime; | |
| __kernel_old_time_t modtime; | |
| }; | |
| #endif |