fix namespace clash (libc) in dynlink.c
authorRich Felker <dalias@aerifal.cx>
Sun, 14 Oct 2012 03:25:20 +0000 (23:25 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 14 Oct 2012 03:25:20 +0000 (23:25 -0400)
commite23d358fd6254d88c85750a23cd1234855c3292c
tree923cda2a3c4d2016c78d76b303ec038e49c33cbe
parent31f340a17a0024b71e35fd6378d9a3caca050d43
fix namespace clash (libc) in dynlink.c

this makes it so the #undef libc and __libc name are no longer needed,
which were problematic because the "accessor function" mode for
accessing the libc struct could not be used, breaking build on any
compiler without (working) visibility.
src/ldso/dynlink.c