Initial revision
[binutils.git] / include / mpw / sys / time.h
blobf9e485232a21915ab471ac830c1a2039a5ad863a
1 /* Imitation sys/time.h. */
3 #ifndef __SYS_TIME_H__
4 #define __SYS_TIME_H__
6 #include <time.h>
8 struct timeval {
9 long tv_sec;
10 long tv_usec;
13 #endif /* __SYS_TIME_H__ */