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:
David 'Digit' Turner
2012-01-11 10:45:43 +01:00
parent fe012f597f
commit 21fc12da17

View File

@@ -43,8 +43,9 @@
#define RLIMIT_MSGQUEUE 12
#define RLIMIT_NICE 13
#define RLIMIT_RTPRIO 14
#define RLIMIT_RTTIME 15
#define RLIM_NLIMITS 15
#define RLIM_NLIMITS 16
#ifndef RLIM_INFINITY
#define RLIM_INFINITY (~0UL)