Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file is auto-generated. Modifications will be lost. |
| 3 | * |
| 4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ |
| 5 | * for more information. |
| 6 | */ |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 7 | #ifndef _LINUX_UTIME_H |
| 8 | #define _LINUX_UTIME_H |
| 9 | #include <linux/types.h> |
| 10 | struct utimbuf { |
Christopher Ferris | ef80d68 | 2020-02-04 16:16:51 -0800 | [diff] [blame] | 11 | __kernel_old_time_t actime; |
| 12 | __kernel_old_time_t modtime; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 13 | }; |
| 14 | #endif |