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)
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.


No differences found