This commit was manufactured by cvs2svn to create branch 'binutils-
[external/binutils.git] / include / mpw / utime.h
1
2 struct utimbuf {
3   time_t actime;
4   time_t modtime;
5 };
6
7 int utime (char *, struct utimbuf *);