1da177e4c3f4
82b0547cfae1
1 2 3
4 5
6 7 8 9 10 11
#ifndef _LINUX_UTIME_H #define _LINUX_UTIME_H #include <linux/types.h> struct utimbuf { time_t actime; time_t modtime; }; #endif