diff options
author | Brooks Moses <bmoses@google.com> | 2014-05-19 14:58:45 -0700 |
---|---|---|
committer | Brooks Moses <bmoses@google.com> | 2014-05-19 14:58:45 -0700 |
commit | ed6d472ee94a7fe207ed5ab5b61d2bdcb21007fd (patch) | |
tree | 1f3ac2a2db3133ae98e2d52d77bb17b6852826e4 /README.google | |
parent | ecce267984d39cc5c54e777133f21eaaafc29a9b (diff) | |
download | glibc-ed6d472ee94a7fe207ed5ab5b61d2bdcb21007fd.zip glibc-ed6d472ee94a7fe207ed5ab5b61d2bdcb21007fd.tar.gz glibc-ed6d472ee94a7fe207ed5ab5b61d2bdcb21007fd.tar.bz2 |
Backport upstream fixes for PR16532 (separate ftell, fseek logic) for b/15017950.
Diffstat (limited to 'README.google')
-rw-r--r-- | README.google | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.google b/README.google index 75c8908..817b933 100644 --- a/README.google +++ b/README.google @@ -308,3 +308,18 @@ sysdeps/unix/sysv/linux/sys/ptrace.h nptl/Makefile For b/14616463, add -fno-function-sections to events.c compilation. (bmoses, google-local) + +libio/Makefile +libio/fileops.c +libio/iofdopen.c +libio/iofwide.c +libio/libioP.h +libio/tst-ftell-active-handler.c +libio/wfileops.c + For b/15017950, backport upstream patches for PR16532 (separate + ftell, fseek logic) and subsequent optimization and cleanup: + https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=000232b9bcbf194f1e5fd0ff380000f341505405 + https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=fa3cd24827d34a49e0a3a5cac56abbf8df74d8ac + https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=091eff71a5edacb5a321c6e573f09a5358540675 + https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=d4b17258bba38f206079fbae1e7255779db1b74c + (bmoses, already upstream) |