View | Details | Raw Unified | Return to bug 209729
Collapse All | Expand All

(-)resource.h.new (-2 / +2 lines)
Lines 109-116 Link Here
109
#define	RLIM_NLIMITS	15		/* number of resource limits */
109
#define	RLIM_NLIMITS	15		/* number of resource limits */
110
110
111
#define	RLIM_INFINITY	((rlim_t)(((uint64_t)1 << 63) - 1))
111
#define	RLIM_INFINITY	((rlim_t)(((uint64_t)1 << 63) - 1))
112
/* XXX Missing: RLIM_SAVED_MAX, RLIM_SAVED_CUR */
112
#define	RLIM_SAVED_MAX	RLIM_INFINITY
113
113
#define	RLIM_SAVED_CUR	RLIM_INFINITY
114
114
115
/*
115
/*
116
 * Resource limit string identifiers
116
 * Resource limit string identifiers

Return to bug 209729