about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-01 10:48:17 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-01 10:48:17 -0700
commit48aec5b988f420a36ee4549865f9525584faa336 (patch)
treedf0d00875b3651935592201ff245cba33d0d2ea2
parent433851168652c0fa73168fdb7e9e19e4bd5df958 (diff)
downloadglibc-48aec5b988f420a36ee4549865f9525584faa336.tar.gz
glibc-48aec5b988f420a36ee4549865f9525584faa336.tar.xz
glibc-48aec5b988f420a36ee4549865f9525584faa336.zip
Generic sys/param.h fixes for missing SYMLOOP_MAX or NGROUPS_MAX.
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63a35209cd..04efecfa45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-08-01  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
+	(MAXSYMLINKS): Define only if [SYMLOOP_MAX].
+
 	* misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
 	Define mkstemp64 as an alias.
 	* misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]: