• R
    fix reference to libc struct in static tls init code · e172c7b4
    Rich Felker 提交于
    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.
    e172c7b4
__init_tls.c 1.9 KB