mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 02:36:11 +08:00
sys/resource: add RLIMIT_NICE consntant
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
committed by
Alan C. Assis
parent
2b34c61c6e
commit
23e0b70290
@@ -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: */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user