musl - an implementation of the standard library for Linux-based systems
blob: 414a40541712b0a97caff4219c47e63e8d4d9e14 (
plain) (
blame)
1
2
3
4
5
|
#define RLIMIT_NOFILE 5
#define RLIMIT_AS 6
#define RLIMIT_RSS 7
#define RLIMIT_NPROC 8
#define RLIMIT_MEMLOCK 9
|