This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix comment typos in libio/stdio.h


On 05/22/2013 08:03 PM, Murilo Opsfelder Araújo wrote:
> On Wed, May 22, 2013 at 8:46 PM, Carlos O'Donell <carlos@redhat.com> wrote:
> [..]
>> May I suggest you look over our todo list for something you
>> might find interesting?
>>
>> http://sourceware.org/glibc/wiki/Development_Todo/Master
> 
> I'll check it out and see what I can contribute.

Thank you.

>>> This is my very first contribution to glibc and any feedback is welcome.
>>
>> Unfortunately your patch is wrong.
>>
>> While the constants say "*_MAX" they are actually minimums.
>>
>> You are guaranteed at least TMP_MAX unique filenames.
>>
>> You are guaranteed at least FOPEN_MAX files open simultaneously.
>>
>> Their names are lamentably confusing but part of the standard.
> 
> Sounds I got deluded by the "*_MAX" in the names.  Thanks, Carlos.
> 
> I've also received some private messages with explanations and I'd
> like to thank you all for reviewing and advising.

You are welcome. We're always happy to have more help in the
glibc community. If you have any questions please don't
hesitate to ask on libc-help@sourceware.org.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]