xref: /openbsd-src/gnu/usr.bin/binutils/include/mpw/sys/resource.h (revision 58fbf5d6aa35e3d66f2c32c61d2f38824a990e85)
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__ */
10