mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
LibC: Define RLIM_NLIMITS constant
This is required by programs that want to either iterate over all resources, or check that a resource identifier is valid before passing it down.
This commit is contained in:
parent
84f0d2aece
commit
2c22ff94b4
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ int getrusage(int who, struct rusage* usage);
|
||||||
#define RLIMIT_STACK 6
|
#define RLIMIT_STACK 6
|
||||||
#define RLIMIT_AS 7
|
#define RLIMIT_AS 7
|
||||||
|
|
||||||
|
#define RLIM_NLIMITS 8
|
||||||
|
|
||||||
#define RLIM_INFINITY SIZE_MAX
|
#define RLIM_INFINITY SIZE_MAX
|
||||||
|
|
||||||
typedef size_t rlim_t;
|
typedef size_t rlim_t;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue