Merge branch 'master' of ssh://gapil.gnulinux.it/srv/git/gapil
[gapil.git] / listati / utimbuf.h
1 struct utimbuf {
2         time_t actime;  /* access time */
3         time_t modtime; /* modification time */
4 };