LibC: Define RLIM_NLIMITS

This commit is contained in:
Bananymous 2025-04-19 02:34:56 +03:00
parent 46079a8612
commit 8a2df23260
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ typedef unsigned int rlim_t;
#define RLIM_INFINITY ((rlim_t)-1)
#define RLIM_SAVED_MAX RLIM_INFINITY
#define RLIM_SAVED_CUR RLIM_INFINITY
#define RLIM_NLIMITS 7
#define RUSAGE_SELF 0
#define RUSAGE_CHILDREN 1