about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-09-15 15:27:58 -0700
committerRoland McGrath <roland@hack.frob.com>2015-09-15 15:27:58 -0700
commit51f24be7ba5d15313ae94f8fb4500ce07cb98c84 (patch)
treef3536121698e05efea03dfb99c5f3f1db88f63b4 /ChangeLog
parentde20571d405bfb873f63a8645f143aef2b1455a9 (diff)
downloadglibc-51f24be7ba5d15313ae94f8fb4500ce07cb98c84.tar.gz
glibc-51f24be7ba5d15313ae94f8fb4500ce07cb98c84.tar.xz
glibc-51f24be7ba5d15313ae94f8fb4500ce07cb98c84.zip
Use HOST_NAME_MAX for MAXHOSTNAMELEN in <sys/param.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3dafcf00e..ceedb33b48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-15  Roland McGrath  <roland@hack.frob.com>
+
+	* misc/sys/param.h [!MAXHOSTNAMELEN && HOST_NAME_MAX]
+	(MAXHOSTNAMELEN): Define it to HOST_NAME_MAX.
+
 2015-09-15  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #18967]