diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-03 15:31:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-03 15:31:32 +0000 |
commit | 39571a1360afca37d7b9a4343eed90f4aadb4f90 (patch) | |
tree | 1ae79657a7c5ee190732aabf72c288bb1bca57f0 /ChangeLog | |
parent | 6c215a8d6c972ca3324107109c393f21e782fb10 (diff) | |
download | glibc-39571a1360afca37d7b9a4343eed90f4aadb4f90.zip glibc-39571a1360afca37d7b9a4343eed90f4aadb4f90.tar.gz glibc-39571a1360afca37d7b9a4343eed90f4aadb4f90.tar.bz2 |
(getgrouplist): Simplify code a bit. Don't allocate one additional
element on NEWGROUPS.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,8 +1,10 @@ 2006-08-03 Ulrich Drepper <drepper@redhat.com> + * grp/initgroups.c (internal_getgrouplist): Remove unnecessary test introduced in patch for bz #661. - (getgrouplist): Simplify code a bit. + (getgrouplist): Simplify code a bit. Don't allocate one additional + element on NEWGROUPS. [BZ #2908] * stdio-common/printf_fphex.c (__printf_fphex): When rounding up |