URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.0/] [include/] [mpw/] [sys/] [time.h] - Rev 106
Go to most recent revision | Compare with Previous | Blame | View Log
/* 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__ */
Go to most recent revision | Compare with Previous | Blame | View Log