use hidden visibility for call from dlsym to internal __dlsym
[musl] / src / ldso / x32 / dlsym.s
1 .text
2 .global dlsym
3 .hidden __dlsym
4 .type dlsym,@function
5 dlsym:
6         mov (%rsp),%rdx
7         jmp __dlsym