initial commit of the arm port
[musl] / src / thread / arm / __unmapself.s
diff --git a/src/thread/arm/__unmapself.s b/src/thread/arm/__unmapself.s
new file mode 100644 (file)
index 0000000..62ebb7c
--- /dev/null
@@ -0,0 +1,8 @@
+.text
+.global __unmapself
+.type   __unmapself,%function
+__unmapself:
+       mov r7,#91
+       svc 0
+       mov r7,#1
+       svc 0