summaryrefslogtreecommitdiff
path: root/src/linker
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-04-18 16:06:36 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2018-04-18 16:06:36 +0300
commit729566b9db41a4425c26ee7fad8c5d1f48355f4c (patch)
tree8ce0fcaeb1ce51e884f3f88166c8e079e6b7ff3d /src/linker
parent793d5888769a7351fc699a31f6caa73bcbcbe338 (diff)
libc: stdio must be wrapped
Bionic libc does stupid stuff and defines standard streams as macros to reference of an array element. Thus we can't just point standard streams to their respective correct addresses. (Why does both glibc and bionic even expose the internal FILE structs??) So we have to wrap every function that takes FILE* as argument and mangle it with bionic_file_to_glibc_file. We can't just check addresses because gnu's libstdc++ copies the FILE*. I assume same thing happens with the c++ locale support, and we need to do more complex ctype wrapping.
Diffstat (limited to 'src/linker')
0 files changed, 0 insertions, 0 deletions