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

13
include/mpw/sys/time.h Normal file
View File

@ -0,0 +1,13 @@
/* Imitation sys/time.h. */
#ifndef __SYS_TIME_H__
#define __SYS_TIME_H__
#include <time.h>
struct timeval {
long tv_sec;
long tv_usec;
};
#endif /* __SYS_TIME_H__ */