am 393bdb15: Merge "Add RLIM_SAVED_CUR and RLIM_SAVED_MAX."

* commit '393bdb156d5024a03f03425a977d0518c84dbb98':
  Add RLIM_SAVED_CUR and RLIM_SAVED_MAX.
This commit is contained in:
Elliott Hughes
2015-02-23 22:45:14 +00:00
committed by Android Git Automerger

View File

@@ -36,6 +36,10 @@
__BEGIN_DECLS __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; typedef unsigned long rlim_t;
extern int getrlimit(int, struct rlimit*); extern int getrlimit(int, struct rlimit*);