aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 554b8082e4..5387b1949b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
2017-05-09 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/kernel-features.h
+ (__ASSUME_SENDMMSG_SYSCALL): Define unconditionally.
+ (__ASSUME_SENDMMSG): Likewise.
+ (__ASSUME_SENDMMSG_SOCKETCALL): Remove macro.
+ * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Define using
+ sendmmsg syscall if that can be assumed to be present, socketcall
+ otherwise, with no fallback for runtime failure.
+
+ * sysdeps/unix/sysv/linux/kernel-features.h
(__ASSUME_RECVMMSG_SYSCALL): Define unconditionally.
(__ASSUME_RECVMMSG_SOCKETCALL): Remove macro.
(__ASSUME_RECVMMSG): Likewise.