<sys/resource.h> - define RLIM_NLIMITS

This commit is contained in:
Ben Gras 2010-07-26 10:04:45 +00:00
parent 9f0364df60
commit 149153f8ca

View file

@ -39,6 +39,7 @@ struct rlimit
#define RLIMIT_STACK 6
#define RLIMIT_AS 7
#define RLIM_NLIMITS 8
int getrlimit(int resource, struct rlimit *rlp);
#endif /* defined(_POSIX_SOURCE) */