blob: 36950e2f106d47e56b6d808ccf8a66bf3b6917a4 (
plain) (
blame)
1
2
3
4
5
6
|
#include <resource/sys/resource.h>
/* Now define the internal interfaces. */
extern int __getrlimit __P ((enum __rlimit_resource __resource,
struct rlimit *__rlimits));
extern int __getrusage __P ((enum __rusage_who __who, struct rusage *__usage));
|