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. Change-Id: Ie4da3564913c22e815e37b1b000080b9bd06e3ad
This commit is contained in:
@@ -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