4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-16 03:19:54 +08:00
1999-05-03 07:29:06 +00:00

10 lines
161 B
C

#ifndef __SYS_RESOURCE_H__
#define __SYS_RESOURCE_H__
struct rusage {
struct timeval ru_utime;
struct timeval ru_stime;
};
#endif /* __SYS_RESOURCE_H__ */