mirror of
git://git.musl-libc.org/musl
synced 2025-01-11 00:59:46 +00:00
fcea534e57
The mips arch is special in that it uses different RLIMIT_ numbers than other archs, so allow bits/resource.h to override the default RLIMIT_ numbers (empty on all archs except mips). Reported by orc.
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
|