168667c972
Various C and C++ standards explicitly say that stdin/stdout/stderr should be macros, but glibc makes them global variables too. This means it's possible to write code that uses those names as locals, but that code (toybox being an example) won't build on bionic. If we'd done this earlier, we could have hidden __sF for LP64, but it's too late now. Change-Id: I90cf8c73f52b66e1760b8fa2e135b9f9f9651230 |
||
---|---|---|
.. | ||
fileext.h | ||
findfp.c | ||
glue.h | ||
local.h | ||
snprintf.c | ||
sprintf.c | ||
stdio_ext.cpp | ||
wcio.h |