diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-06-24 14:59:17 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-24 14:59:17 -0400 |
commit | d5495a116c6271c0ae8f6955b64b7b010b1b341a (patch) | |
tree | 1c7f962b0521b487971d88e9b315a1391518f7f4 /ChangeLog | |
parent | 0b1cbaaef5ccc21baf2c35d4698fb28e82eab385 (diff) | |
download | glibc-d5495a116c6271c0ae8f6955b64b7b010b1b341a.tar.gz glibc-d5495a116c6271c0ae8f6955b64b7b010b1b341a.tar.xz glibc-d5495a116c6271c0ae8f6955b64b7b010b1b341a.zip |
Work around limit in writev in 2.6.38+ kernels
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 097ad2094c..8bf8eebb8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-06-24 Ulrich Drepper <drepper@gmail.com> + + [BZ #12874] + * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define. + * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+ + kernels which artificially limit size of requests. + 2011-06-22 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add |