19990502 sourceware import

This commit is contained in:
Richard Henderson
1999-05-03 07:29:06 +00:00
commit a3acbf4694
265 changed files with 76608 additions and 0 deletions

7
include/mpw/utime.h Normal file
View File

@ -0,0 +1,7 @@
struct utimbuf {
time_t actime;
time_t modtime;
};
int utime (char *, struct utimbuf *);