19990502 sourceware import
This commit is contained in:
9
include/mpw/sys/resource.h
Normal file
9
include/mpw/sys/resource.h
Normal 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__ */
|
Reference in New Issue
Block a user