about summary refs log tree commit diff
path: root/src/ldso/dlerror.c
Commit message (Collapse)AuthorAgeFilesLines
* factor dlerror and error-setting code out of dynlink.cRich Felker2016-01-251-0/+52
the ultimate goal of this change is to get all code used in libc.a out of dynlink.c, so that the dynamic linker code can be moved to its own tree and object files in the src tree can all be shared between libc.a and libc.so.