source: trunk/binutils/include/mpw/sys/resource.h

Last change on this file was 10, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 161 bytes
Line 
1#ifndef __SYS_RESOURCE_H__
2#define __SYS_RESOURCE_H__
3
4struct 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.