about summary refs log tree commit diff
path: root/include/sys/resource.h
blob: 8877b35f2aa098e899cea0d1e129939a7ae947ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _SYS_RESOURCE_H
#include <resource/sys/resource.h>

/* Now define the internal interfaces.  */
extern int __getrlimit (enum __rlimit_resource __resource,
			struct rlimit *__rlimits);
extern int __getrusage (enum __rusage_who __who, struct rusage *__usage);

extern int __setrlimit (enum __rlimit_resource __resource,
			const struct rlimit *__rlimits);
#endif