mirror of
git://git.musl-libc.org/musl
synced 2024-12-13 18:25:52 +00:00
5972c4a411
based on patch submitted by Jaydeep Patil, with minor changes.
6 lines
125 B
C
6 lines
125 B
C
#define RLIMIT_NOFILE 5
|
|
#define RLIMIT_AS 6
|
|
#define RLIMIT_RSS 7
|
|
#define RLIMIT_NPROC 8
|
|
#define RLIMIT_MEMLOCK 9
|