2014-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/include/sys/resource.h: Add prototype for getrusage() to <sys/resource.h>
This commit is contained in:
parent
72f4ea45e6
commit
63d53b9255
|
@ -1,3 +1,8 @@
|
||||||
|
2014-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* libc/include/sys/resource.h: Add prototype for getrusage()
|
||||||
|
to <sys/resource.h>
|
||||||
|
|
||||||
2014-11-21 Nick Clifton <nickc@redhat.com>
|
2014-11-21 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR target/63901
|
PR target/63901
|
||||||
|
|
|
@ -11,5 +11,7 @@ struct rusage {
|
||||||
struct timeval ru_stime; /* system time used */
|
struct timeval ru_stime; /* system time used */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
int _EXFUN(getrusage, (int, struct rusage*));
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue