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:
David 'Digit' Turner
2012-01-11 10:45:43 +01:00
committed by Andrew Hsieh
parent 3211c04af1
commit 554c5eca78

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)