URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.3/] [include/] [mpw/] [sys/] [resource.h] - Rev 1773
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __SYS_RESOURCE_H__ #define __SYS_RESOURCE_H__ struct rusage { struct timeval ru_utime; struct timeval ru_stime; }; #endif /* __SYS_RESOURCE_H__ */
Go to most recent revision | Compare with Previous | Blame | View Log