4db8658fa7c9a1e01c38d85ab6f633bef32dac1c
[gapil.git] / utimbuf.h
1 struct utimbuf {
2         time_t actime;  /* access time */
3         time_t modtime; /* modification time */
4 };