about summary refs log tree commit diff
path: root/elf/dl-thread_gscope_wait.c
Commit message (Collapse)AuthorAgeFilesLines
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-161-0/+2
Now __thread_gscope_wait (the function behind THREAD_GSCOPE_WAIT, formerly __wait_lookup_done) can be implemented directly in ld.so, eliminating the unprotected GL (dl_wait_lookup_done) function pointer. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>