about summary refs log tree commit diff
path: root/src/ldso/dlclose.c
Commit message (Collapse)AuthorAgeFilesLines
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-2/+2
| | | | | | | | | this cleans up what had become widespread direct inline use of "GNU C" style attributes directly in the source, and lowers the barrier to increased use of hidden visibility, which will be useful to recovering some of the efficiency lost when the protected visibility hack was dropped in commit dc2f368e565c37728b0d620380b849c3a1ddd78f, especially on archs where the PLT ABI is costly.
* move dlclose out of dynlink.c to its own source fileRich Felker2016-01-251-0/+9