mirror of
git://git.musl-libc.org/musl
synced 2025-01-26 16:43:20 +00:00
83933573af
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies.
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
|