source:
trunk/binutils/include/mpw/sys/resource.h
Last change on this file was 10, checked in by , 22 years ago | |
---|---|
|
|
File size: 161 bytes |
Line | |
---|---|
1 | #ifndef __SYS_RESOURCE_H__ |
2 | #define __SYS_RESOURCE_H__ |
3 | |
4 | struct rusage { |
5 | struct timeval ru_utime; |
6 | struct timeval ru_stime; |
7 | }; |
8 | |
9 | #endif /* __SYS_RESOURCE_H__ */ |
Note:
See TracBrowser
for help on using the repository browser.