summaryrefslogtreecommitdiff
path: root/src/ldso/dlerror.c
AgeCommit message (Expand)AuthorLines
2019-02-15defer free of thread-local dlerror buffers from inconsistent contextRich Felker-2/+20
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2018-09-12move tlsdesc and internal dl function declarations to dynlink.hRich Felker-2/+1
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker-6/+3
2016-01-25move static-linked stub invalid dso handle checking out of dynlink.cRich Felker-0/+12
2016-01-25factor dlerror and error-setting code out of dynlink.cRich Felker-0/+52