blob: e8bf66f2ba5c9cbff010ad6ce6fc1f5defebdcc7 [file]
struct utimbuf {
time_t actime;
time_t modtime;
};
int utime (char *, struct utimbuf *);