platform_bionic/libc/stdio
Elliott Hughes e6bb5a2776 Fix optimized fread.
gcov does writes after reads on the same stream, but the bulk read optimization
was clobbering the FILE _flags, causing fwrite to fail.

Bug: 19129055
Change-Id: I9650cb7de4bb173a706b502406266ed0d2b654d7
2015-01-24 12:35:41 -08:00
..
fileext.h Turn on -Wold-style-cast and fix the errors. 2015-01-21 17:09:58 -08:00
findfp.c Add non-macro stdin/stdout/stderr too. 2014-11-14 14:42:59 -08:00
fread.c Fix optimized fread. 2015-01-24 12:35:41 -08:00
glue.h Fix flockfile(3) and friends for stdin/stdout/stderr too. 2014-11-19 15:16:51 -08:00
local.h Turn on -Wold-style-cast and fix the errors. 2015-01-21 17:09:58 -08:00
snprintf.c Remove _FORTIFY_SOURCE in implementation files. 2013-10-01 15:02:07 -07:00
sprintf.c Remove _FORTIFY_SOURCE in implementation files. 2013-10-01 15:02:07 -07:00
stdio.c Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions. 2015-01-20 16:18:32 -08:00
stdio_ext.cpp Implement __fsetlocking. 2015-01-21 10:33:30 -08:00
wcio.h Fix flockfile(3) and friends for stdin/stdout/stderr too. 2014-11-19 15:16:51 -08:00