remove all .size and .type directives for functions from the asm
[musl] / src / thread / i386 / __unmapself.s
1 .text
2 .global __unmapself
3 __unmapself:
4         movl $91,%eax
5         movl 4(%esp),%ebx
6         movl 8(%esp),%ecx
7         int $128
8         xorl %ebx,%ebx
9         movl $1,%eax
10         int $128