ndk: libc: Add RLIM_RTTIME to <asm-generic/resource.h>
This is a back-port of a fix that was performed in 4.0.1 to all previous platforms.
This commit is contained in:
committed by
Andrew Hsieh
parent
3211c04af1
commit
554c5eca78
@@ -43,8 +43,9 @@
|
|||||||
#define RLIMIT_MSGQUEUE 12
|
#define RLIMIT_MSGQUEUE 12
|
||||||
#define RLIMIT_NICE 13
|
#define RLIMIT_NICE 13
|
||||||
#define RLIMIT_RTPRIO 14
|
#define RLIMIT_RTPRIO 14
|
||||||
|
#define RLIMIT_RTTIME 15
|
||||||
|
|
||||||
#define RLIM_NLIMITS 15
|
#define RLIM_NLIMITS 16
|
||||||
|
|
||||||
#ifndef RLIM_INFINITY
|
#ifndef RLIM_INFINITY
|
||||||
#define RLIM_INFINITY (~0UL)
|
#define RLIM_INFINITY (~0UL)
|
||||||
|
|||||||
Reference in New Issue
Block a user