• R
    fix dlsym RTLD_NEXT support · d93e028c
    Rich Felker 提交于
    previously this was being handled the same as a library-specific,
    dependency-order lookup on the next library in the global chain, which
    is likely to be utterly meaningless. instead the lookup needs to be in
    the global namespace, but omitting the initial portion of the global
    library chain up through the calling library.
    d93e028c
dynlink.c 20.8 KB