This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH/RFC] Actually undefine ARG_MAX from <linux/limits.h>
- From: Jonathan Nieder <jrnieder at gmail dot com>
- To: Ulrich Drepper <drepper at gmail dot com>
- Cc: libc-alpha at sourceware dot org, Ian Zimmerman <itz at buug dot org>
- Date: Sat, 7 May 2011 17:34:46 -0500
- Subject: Re: [PATCH/RFC] Actually undefine ARG_MAX from <linux/limits.h>
- References: <20110306040043.GA23640@elie><BANLkTi=sw1_XFP9JgZzk-38zLhpEwV5ynA@mail.gmail.com>
Ulrich Drepper wrote:
> On Sat, Mar 5, 2011 at 23:00, Jonathan Nieder <jrnieder@gmail.com> wrote:
>> 2011-03-05 ÂJonathan Nieder Â<jrnieder@gmail.com>
>> Â Â Â Â* sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
>> Â Â Â Âwhere #ifdef was intended. ÂThe intent is to prevent ARG_MAX from
>> Â Â Â Âbeing defined by the kernel headers.
>
> Applied.
Thanks for looking it over. (Next time I'll remember to update the
copyright year.)