xref: /aosp_15_r20/external/musl/src/thread/aarch64/__unmapself.s (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1.global __unmapself
2.type   __unmapself,%function
3__unmapself:
4	mov x8,#215 // SYS_munmap
5	svc 0
6	mov x8,#93 // SYS_exit
7	svc 0
8