remove all .size and .type directives for functions from the asm
[musl] / src / thread / i386 / cancellation3.s
1 .text
2 .global __pthread_unwind_next
3 __pthread_unwind_next:
4         pushl %eax
5         call __pthread_unwind_next_3
6         popl %eax
7         ret