Forgot to commit ChangeLog entry for CRIS gas tests. Oops.
[deliverable/binutils-gdb.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 *);
This page took 0.028501 seconds and 4 git commands to generate.