fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / binutils / include / mpw / utime.h
blobe8bf66f2ba5c9cbff010ad6ce6fc1f5defebdcc7
2 struct utimbuf {
3 time_t actime;
4 time_t modtime;
5 };
7 int utime (char *, struct utimbuf *);