PPC port cleaned up, static linking works well now.
[musl] / src / thread / powerpc / __unmapself.s
1         .text
2         .global __unmapself
3         .type   __unmapself,%function
4 __unmapself:
5         li      0, 91 # __NR_munmap
6         sc
7         li      0, 1 #__NR_exit
8         sc
9         blr