mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 23:03:08 +00:00
5 lines
124 B
C
Vendored
5 lines
124 B
C
Vendored
#define RLIMIT_NOFILE 5
|
|
#define RLIMIT_AS 6
|
|
#define RLIMIT_RSS 7
|
|
#define RLIMIT_NPROC 8
|
|
#define RLIMIT_MEMLOCK 9 |