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:
Joel Sherrill 2014-11-24 14:12:32 +00:00
parent 72f4ea45e6
commit 63d53b9255
2 changed files with 7 additions and 0 deletions

View File

@ -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>
PR target/63901

View File

@ -11,5 +11,7 @@ struct rusage {
struct timeval ru_stime; /* system time used */
};
int _EXFUN(getrusage, (int, struct rusage*));
#endif