android_bionic/libc/stdio
Elliott Hughes e69e6458cc Fix signed/unsigned comparison that was upsetting clang.
bionic/libc/stdio/fread.c:86:27: error: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Werror,-Wsign-compare]

Change-Id: Ia7e1e053e0cb13113e8f2eede820be013acbab82
2015-01-20 16:52:04 -08:00
..
fileext.h Fix flockfile(3) and friends for stdin/stdout/stderr too. 2014-11-19 15:16:51 -08:00
findfp.c Add non-macro stdin/stdout/stderr too. 2014-11-14 14:42:59 -08:00
fread.c Fix signed/unsigned comparison that was upsetting clang. 2015-01-20 16:52:04 -08:00
glue.h Fix flockfile(3) and friends for stdin/stdout/stderr too. 2014-11-19 15:16:51 -08:00
local.h Fix flockfile(3) and friends for stdin/stdout/stderr too. 2014-11-19 15:16:51 -08:00
snprintf.c
sprintf.c
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 Add <stdio_ext.h> for elfutils. 2014-08-20 10:23:52 -07:00
wcio.h Fix flockfile(3) and friends for stdin/stdout/stderr too. 2014-11-19 15:16:51 -08:00