mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 18:58:56 +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
Notes:
sideshowbarker
2024-07-18 04:21:48 +09:00
Author: https://github.com/rtobar
Commit: 2c22ff94b4
Pull-request: https://github.com/SerenityOS/serenity/pull/9914
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_AS 7
|
||||
|
||||
#define RLIM_NLIMITS 8
|
||||
|
||||
#define RLIM_INFINITY SIZE_MAX
|
||||
|
||||
typedef size_t rlim_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue