about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-08-17 21:51:21 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-17 21:51:21 -0400
commitc27714f111289f078c9787649f768b3e749f71f9 (patch)
tree8071de3e475266451c723693344b4f46c54f1ac4 /ChangeLog
parent44f0a71e58c854d6554a31cd1c3962926b49ee90 (diff)
downloadglibc-c27714f111289f078c9787649f768b3e749f71f9.tar.gz
glibc-c27714f111289f078c9787649f768b3e749f71f9.tar.xz
glibc-c27714f111289f078c9787649f768b3e749f71f9.zip
Fix tst-writev on non-4K page size
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60ecaad1bc..99fee4d855 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-14  David S. Miller  <davem@firepit.lan>
+
+	* sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
+	artificual limit depends upon the system page size.
+
 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
 
 	* Makeconfig (override CFLAGS): Add library-specific CFLAGS.