summaryrefslogtreecommitdiff
path: root/src/ldso/__dlsym.c
AgeCommit message (Collapse)AuthorLines
2016-01-25move static-linked stub dlsym out of dynlink.cRich Felker-0/+13
the function name is still __-prefixed because it requires an asm wrapper to pass the caller's address in order for RTLD_NEXT to work. since this was the last function in dynlink.c still used for static linking, now the whole file is conditional on SHARED being defined.