android_bionic/libc/stdio
Elliott Hughes 023c3071a0 Add _seek64 to FILE.
Move fdopen/fopen/freopen and change them to initialize _seek64 instead
of the legacy _seek. The in-memory streams can stick with _seek for now,
since you're not going to fit a > 4GiB in-memory stream on a 32-bit device
anyway.

Bug: http://b/24807045
Change-Id: I09dcb426817b571415ce24d4d15f364cdda395b3
2016-01-22 23:54:10 -08:00
..
fread.c
glue.h
local.h Add _seek64 to FILE. 2016-01-22 23:54:10 -08:00
refill.c
snprintf.c
sprintf.c
stdio.cpp Add _seek64 to FILE. 2016-01-22 23:54:10 -08:00
stdio_ext.cpp
wcio.h