mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 01:38:36 +08:00
sys/resource: add RLIMIT_NICE consntant
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
parent
2b34c61c6e
commit
23e0b70290
1 changed files with 1 additions and 0 deletions
|
@ -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: */
|
||||
|
||||
|
|
Loading…
Reference in a new issue