remove all .size and .type directives for functions from the asm
[musl] / src / thread / i386 / __unmapself.s
index 5c67496..b5e9c71 100644 (file)
@@ -1,16 +1,6 @@
 .text
 .global __unmapself
-.type   __unmapself,%function
 __unmapself:
-       call 1f
-       .long -1
-       .long -1
-1:     popl %ecx
-       xorl %ebx,%ebx
-       xorl %edx,%edx
-       movl $8,%esi
-       movl $175,%eax
-       int $128
        movl $91,%eax
        movl 4(%esp),%ebx
        movl 8(%esp),%ecx
@@ -18,5 +8,3 @@ __unmapself:
        xorl %ebx,%ebx
        movl $1,%eax
        int $128
-
-.size __unmapself,.-__unmapself