source:
trunk/src/binutils/include/mpw/sys/resource.h@
1730
| Last change on this file since 1730 was 10, checked in by , 23 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.
