<sys/resource.h> - define RLIM_NLIMITS
This commit is contained in:
parent
9f0364df60
commit
149153f8ca
1 changed files with 1 additions and 0 deletions
|
@ -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) */
|
||||
|
|
Loading…
Reference in a new issue