19990502 sourceware import

This commit is contained in:
Richard Henderson
1999-05-03 07:29:06 +00:00
commit a3acbf4694
265 changed files with 76608 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#ifndef __SYS_RESOURCE_H__
#define __SYS_RESOURCE_H__
struct rusage {
struct timeval ru_utime;
struct timeval ru_stime;
};
#endif /* __SYS_RESOURCE_H__ */