about summary refs log tree commit diff
path: root/sysdeps/aarch64/dl-lookupcfg.h
Commit message (Collapse)AuthorAgeFilesLines
* aarch64: free tlsdesc data on dlclose [BZ #27403]Szabolcs Nagy2021-04-061-0/+27
DL_UNMAP_IS_SPECIAL and DL_UNMAP were not defined. The definitions are now copied from arm, since the same is needed on aarch64. The cleanup of tlsdesc data is handled by the custom _dl_unmap. Fixes bug 27403.