initial commit of the arm port
[musl] / src / thread / arm / __unmapself.s
1 .text
2 .global __unmapself
3 .type   __unmapself,%function
4 __unmapself:
5         mov r7,#91
6         svc 0
7         mov r7,#1
8         svc 0