This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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] RTEMS: Adjust NGROUPS_MAX



On November 17, 2014 6:48:58 AM CST, Corinna Vinschen <vinschen@redhat.com> wrote:
>On Nov 17 10:04, Sebastian Huber wrote:
>> We have NGROUPS == NGROUPS_MAX + 1.  Make sure NGROUPS is even to not
>> waste memory.
>> 
>> newlib/ChangeLog
>> 2014-11-17  Sebastian Huber  <...>
>> 
>> 	* libc/sys/rtems/sys/syslimits.h (NGROUPS_MAX): Adjust value so
>> 	that NGROUPS is even.
>
>Sure?  Doesn't that introduce a potential backward compat problem?
>

It could if we had binary distributions. All RTEMS users build from source.


>Corinna


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