elf.h: add ELFCOMPRESS_ZSTD
[musl] / src / ldso / i386 / dlsym.s
1 .text
2 .global dlsym
3 .hidden __dlsym
4 .type dlsym,@function
5 dlsym:
6         push (%esp)
7         push 12(%esp)
8         push 12(%esp)
9         call __dlsym
10         add $12,%esp
11         ret