about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-10-24 12:37:36 -0700
committerRoland McGrath <roland@hack.frob.com>2014-10-24 12:37:36 -0700
commit70996a373dd38296254029423ae6d87c02e7184a (patch)
tree076fa71693036a75bd81b58a3acf95d3fe673c46 /ChangeLog
parente80514b5a87c86a92352ce526c4b9db85f2a242c (diff)
downloadglibc-70996a373dd38296254029423ae6d87c02e7184a.tar.gz
glibc-70996a373dd38296254029423ae6d87c02e7184a.tar.xz
glibc-70996a373dd38296254029423ae6d87c02e7184a.zip
Prototypify htonl and htons definitions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40e294b7d4..b52ff14f95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-24  Roland McGrath  <roland@hack.frob.com>
+
+	* inet/htons.c (htons): Prototypify.
+	* inet/htonl.c (htonl): Likewise.
+
 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
 
 	* string/strncat.c (strncat): Improve performance by using strlen.