diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-10-24 12:37:36 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-10-24 12:37:36 -0700 |
commit | 70996a373dd38296254029423ae6d87c02e7184a (patch) | |
tree | 076fa71693036a75bd81b58a3acf95d3fe673c46 /ChangeLog | |
parent | e80514b5a87c86a92352ce526c4b9db85f2a242c (diff) | |
download | glibc-70996a373dd38296254029423ae6d87c02e7184a.tar.gz glibc-70996a373dd38296254029423ae6d87c02e7184a.tar.xz glibc-70996a373dd38296254029423ae6d87c02e7184a.zip |
Prototypify htonl and htons definitions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
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. |