crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum
[musl] / src / ldso / powerpc / dlsym.s
1         .text
2         .global dlsym
3         .type   dlsym,@function
4 dlsym:
5         mflr    5                      # The return address is arg3.
6         b       __dlsym
7         .end    dlsym
8         .size   dlsym, .-dlsym