sys/resource: add RLIMIT_NICE consntant

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
guoshichao 2024-12-03 10:52:01 +08:00 committed by Alan C. Assis
parent 2b34c61c6e
commit 23e0b70290

View file

@ -60,6 +60,7 @@
#define RLIMIT_STACK 6 /* Limit on stack size */
#define RLIMIT_AS 7 /* Limit on address space size */
#define RLIMIT_MEMLOCK 8 /* Limit on memory use */
#define RLIMIT_NICE 10 /* Limit on nice level */
/* Below are not implemented yet: */