fix reference to libc struct in static tls init code
authorRich Felker <dalias@aerifal.cx>
Wed, 26 Dec 2012 02:51:11 +0000 (21:51 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 26 Dec 2012 02:51:11 +0000 (21:51 -0500)
commite172c7b4df9a33e3f090e347eebd5426b94e6fee
tree817a4266a64045a2f8c15233c1bcd5b588cbd793
parentd12f2ed282745db172cbb37b18717ad0b8e3c534
fix reference to libc struct in static tls init code

libc is the macro, __libc is the internal symbol, but under some
configurations on old/broken compilers, the symbol might not actually
exist and the libc macro might instead use __libc_loc() to obtain
access to the object.
src/env/__init_tls.c