aboutsummaryrefslogtreecommitdiff
path: root/README.google
diff options
context:
space:
mode:
authorBrooks Moses <bmoses@google.com>2014-06-12 17:30:07 -0700
committerBrooks Moses <bmoses@google.com>2014-06-12 17:30:07 -0700
commit5025db781e6ab4e77e2599020856bbfdbb9691eb (patch)
tree4406ccd3355d6de1dc8dbca507e949fe33209e6d /README.google
parentb0da5c6e787765fa7f32544b4243fe3a44090bbd (diff)
downloadglibc-5025db781e6ab4e77e2599020856bbfdbb9691eb.zip
glibc-5025db781e6ab4e77e2599020856bbfdbb9691eb.tar.gz
glibc-5025db781e6ab4e77e2599020856bbfdbb9691eb.tar.bz2
For b/15017950, backport patch to fix offset computation for append+ mode on switching from read.
Diffstat (limited to 'README.google')
-rw-r--r--README.google9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.google b/README.google
index 60afc98..4e199ba 100644
--- a/README.google
+++ b/README.google
@@ -343,3 +343,12 @@ tst-spawn.c
posix_spawn_file_actions_addopen.
https://sourceware.org/bugzilla/show_bug.cgi?id=17048
(bmoses, backport)
+
+libio/Makefile
+libio/fileops.c
+libio/tst-ftell-append.c
+libio/wfileops.c
+ For b/15017950, backport patch to fix offset computation for append+
+ mode on switching from read.
+ https://sourceware.org/bugzilla/show_bug.cgi?id=16724
+ (bmoses, backport)