Add ABI compatability aliases.
authorIsaac Dunham <idunham@lavabit.com>
Sat, 6 Apr 2013 06:20:28 +0000 (23:20 -0700)
committerIsaac Dunham <idunham@lavabit.com>
Sat, 6 Apr 2013 06:20:28 +0000 (23:20 -0700)
commit14f0272ea1775c35801b2bc17e67ef8bb7e9742d
tree4e4f0d51e1b4f6b90a79968ef24941f182d4b325
parentced64995c26a28ae40c5ae356b6c6a87a3bdf5ce
Add ABI compatability aliases.

GNU used several extensions that were incompatible with C99 and POSIX,
so they used alternate names for the standard functions.

The result is that we need these to run standards-conformant programs
that were linked with glibc.
13 files changed:
src/misc/getopt.c
src/stdio/fscanf.c
src/stdio/fwscanf.c
src/stdio/scanf.c
src/stdio/sscanf.c
src/stdio/swscanf.c
src/stdio/vfwscanf.c
src/stdio/vscanf.c
src/stdio/vsscanf.c
src/stdio/vswscanf.c
src/stdio/vwscanf.c
src/stdio/wscanf.c
src/string/strerror_r.c