add some ugly aliases for LSB ABI compatibility
authorRich Felker <dalias@aerifal.cx>
Sun, 3 Jun 2012 01:20:21 +0000 (21:20 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 3 Jun 2012 01:20:21 +0000 (21:20 -0400)
commit6a4b9472fb0a85e55030b37ec3017ba0319e03f9
tree94ad849a3dbc19a5ff5bde6132dae854dadb6d26
parent13b3645c46518e0e2fb91f0d665e60f7a8a44b2b
add some ugly aliases for LSB ABI compatibility

for some nonsensical reason, glibc's headers use inline functions that
redirect some of the standard functions to ugly nonstandard names (and
likewise for some of their nonstandard functions).
src/stdio/feof.c
src/stdio/ferror.c
src/stdio/fgetc.c
src/stdio/fputc.c
src/stdio/getc_unlocked.c
src/stdio/getdelim.c
src/stdio/putc_unlocked.c