about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2014-09-20 13:52:57 +0200
committerOndřej Bílka <neleai@seznam.cz>2014-09-20 13:53:44 +0200
commit20e5a5f773ee800b2d7ff3e24156a8b024f6bf46 (patch)
treecef168fc79d38d68c14c971d59c633ffbbf4f95d /ChangeLog
parentd3c827e7c8208afeaed880cf8cf2515c86d10f17 (diff)
downloadglibc-20e5a5f773ee800b2d7ff3e24156a8b024f6bf46.tar.gz
glibc-20e5a5f773ee800b2d7ff3e24156a8b024f6bf46.tar.xz
glibc-20e5a5f773ee800b2d7ff3e24156a8b024f6bf46.zip
Sync recvmmsg prototype with kernel usage.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 778b3e52d2..1b5a2b0a47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
+
+	* socket/recvmmsg.c (recvmmsg): Drop const argument.
+	* socket/sys/socket.h: Likewise
+	* sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
+
 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
 	* stdlib/longlong.h: Add __udiv_w_sdiv prototype.