summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f6a60c3f5..554b8082e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-05-09 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/unix/sysv/linux/kernel-features.h
+ (__ASSUME_RECVMMSG_SYSCALL): Define unconditionally.
+ (__ASSUME_RECVMMSG_SOCKETCALL): Remove macro.
+ (__ASSUME_RECVMMSG): Likewise.
+ * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Define using
+ recvmmsg syscall if it can be assumed to be present, socketcall
+ otherwise, with no fallback for runtime failure.
+
2017-05-09 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>