platform_bionic/libc/stdio
Elliott Hughes 955426ef79 Fix a sign extension bug in stdio.
This also lets us test the EOVERFLOW behavior, which pointed out that the
fgetpos/fsetpos return on failure has always been wrong...

Bug: http://b/24807045
Change-Id: I35273eb07c8c9155af858adb27569983397580b6
2016-01-26 18:25:52 -08:00
..
fread.c Fix fread returning bad data. 2015-02-27 18:22:45 -08:00
glue.h Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC. 2015-10-23 12:32:52 -07:00
local.h Implement funopen64. 2016-01-26 14:45:13 -08:00
refill.c Revert "Revert "Remove __sinit and __sdidinit."" 2015-12-05 07:30:59 -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.cpp Fix a sign extension bug in stdio. 2016-01-26 18:25:52 -08:00
stdio_ext.cpp Make FILE*s less usable after fclose(3). 2016-01-19 15:46:05 -08:00
wcio.h Fix flockfile(3) and friends for stdin/stdout/stderr too. 2014-11-19 15:16:51 -08:00