diff options
author | Roland McGrath <roland@gnu.org> | 2001-04-17 03:34:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-04-17 03:34:20 +0000 |
commit | 3de33da93f439dfdcb447e25e4f84ee733e04f77 (patch) | |
tree | 0a76c3680888c16faef1ee9fe4029e6d2686b7c3 /ChangeLog | |
parent | cb21f2421208c0c4bc1df0d6be7fcd786f2a51ed (diff) | |
download | glibc-3de33da93f439dfdcb447e25e4f84ee733e04f77.tar.gz glibc-3de33da93f439dfdcb447e25e4f84ee733e04f77.tar.xz glibc-3de33da93f439dfdcb447e25e4f84ee733e04f77.zip |
* grp/initgroups.c (initgroups) [NGROUPS_MAX != 0]: Always use sysconf
instead of the constant NGROUPS_MAX. That way, the limit can be raised in the kernel configuration without having to recompile libc. * sysdeps/posix/euidaccess.c: Don't #include <limits.h> or try to define NGROUPS_MAX; we don't use it here.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 46db0361be..d480a2578d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-04-16 Roland McGrath <roland@frob.com> + + * grp/initgroups.c (initgroups) [NGROUPS_MAX != 0]: Always use sysconf + instead of the constant NGROUPS_MAX. That way, the limit can be + raised in the kernel configuration without having to recompile libc. + + * sysdeps/posix/euidaccess.c: Don't #include <limits.h> or try to + define NGROUPS_MAX; we don't use it here. + 2001-04-16 Andreas Jaeger <aj@suse.de> * math/libm-test.inc (atan2_test): Add more testcases. |