aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad4ece628e..60a665d825 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2014-06-25 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/unix/sysv/linux/kernel-features.h
+ (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
+ * sysdeps/unix/sysv/linux/readv.c: Do not include
+ <kernel-features.h>.
+ [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
+ [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
+ (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
+ unconditional.
+ (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
+ conditional code.
+ * sysdeps/unix/sysv/linux/writev.c: Do not include
+ <kernel-features.h>.
+ [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
+ [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
+ (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
+ unconditional.
+ (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
+ conditional code.
+
2014-06-25 Will Newton <will.newton@linaro.org>
* sysdeps/posix/tempname.c: Merge from gnulib, cosmetic