blob: 80b1daa7465c2cc645915a849e5fb540a931ab80 [file] [log] [blame]
#ifndef _SYS_UTIME_H
# define _SYS_UTIME_H
#include <time.h>
struct utimbuf {
time_t actime;
time_t modtime;
};
#endif /* _SYS_UTIME_H */