remove useless field in pthread struct (wasted a good bit of space)
[musl] / src / thread / i386 / cancellation3.s
1 .text
2 .global __pthread_unwind_next
3 .type   __pthread_unwind_next,%function
4 __pthread_unwind_next:
5         pushl %eax
6         call __pthread_unwind_next_3
7         popl %eax
8         ret