android_bionic/libc/stdio
Elliott Hughes 50080a29f7 Remove the ___ hack.
Plain __ for generated syscalls didn't mean it was a hidden symbol, it
just meant "please don't use this". We added ___ to signify that a
hidden symbol should be generated, but then we added the map files
anyway so you now have to explicitly export symbols. Given that, this
convention serves no particular purpose so we may as well just use the
nicer names have everything look the same.

Test: treehugger
Change-Id: If424e17a49c36f4be545f5d283c4561a6ea9c7ea
2019-06-19 15:38:42 -07:00
..
fmemopen.cpp
glue.h
local.h
parsefloat.c
printf_common.h
refill.c
stdio.cpp
stdio_ext.cpp
vfprintf.cpp
vfscanf.cpp
vfwprintf.cpp
vfwscanf.c