Add RLIM_SAVED_CUR and RLIM_SAVED_MAX.

Change-Id: Ia6be76460bfcf852832325c5f36cb272f49a4b87
This commit is contained in:
Elliott Hughes 2015-02-23 13:41:40 -08:00
parent 3d83b18970
commit 6af62e0d50
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
__BEGIN_DECLS
/* The kernel header doesn't have these, but POSIX does. */
#define RLIM_SAVED_CUR RLIM_INFINITY
#define RLIM_SAVED_MAX RLIM_INFINITY
typedef unsigned long rlim_t;
extern int getrlimit(int, struct rlimit*);