diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-11-20 22:47:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-11-20 22:47:14 +0000 |
commit | 852d657c229b33d7aa2d0a0509459b73e17eacbe (patch) | |
tree | 2609ae862ad0cba777ad5ea0307e1217c50c0843 /ChangeLog | |
parent | 36c0a6366543ab894aea9d47410a5c40b44c440e (diff) | |
download | glibc-852d657c229b33d7aa2d0a0509459b73e17eacbe.tar.gz glibc-852d657c229b33d7aa2d0a0509459b73e17eacbe.tar.xz glibc-852d657c229b33d7aa2d0a0509459b73e17eacbe.zip |
* sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
__sysconf only after having tried to call getgroups32.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f8f3230863..7eb3ae0d7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-18 Bruno Haible <bruno@clisp.org> + + * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke + __sysconf only after having tried to call getgroups32. + 2006-11-19 Ulrich Drepper <drepper@redhat.com> * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style |