math: x86_64 version of expl, fixed some comments in the i386 version
[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