diff options
author | Brooks Moses <bmoses@google.com> | 2014-06-12 17:30:07 -0700 |
---|---|---|
committer | Brooks Moses <bmoses@google.com> | 2014-06-12 17:30:07 -0700 |
commit | 5025db781e6ab4e77e2599020856bbfdbb9691eb (patch) | |
tree | 4406ccd3355d6de1dc8dbca507e949fe33209e6d /README.google | |
parent | b0da5c6e787765fa7f32544b4243fe3a44090bbd (diff) | |
download | glibc-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.google | 9 |
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) |