* Bill Rugolsky Jr. ([EMAIL PROTECTED]) wrote:
> On Tue, Jan 18, 2005 at 04:10:56PM -0800, Chris Wright wrote:
> > +#define INIT_RLIMITS \
> > +{ \
> > + { RLIM_INFINITY, RLIM_INFINITY }, \
> > +
On Tue, Jan 18, 2005 at 04:10:56PM -0800, Chris Wright wrote:
> +#define INIT_RLIMITS \
> +{\
> + { RLIM_INFINITY, RLIM_INFINITY }, \
> + { RLIM_INFINITY, RLIM_INFINITY }, \
> +
Most of the include/asm-*/resource.h headers are the same as one another.
This patch makes one generic version, include/asm-generic/resource.h,
and uses that when appropriate. The only vaguely interesting thing here
is that the generic version introduces a new _STK_LIM_MAX macro, which can
be popu
3 matches
Mail list logo