6f3f69408997a1162d21a3cb4c6a7bd4b7964425
[musl] / src / thread / i386 / cancellation2.s
1 .text
2 .global __pthread_register_cancel
3 __pthread_register_cancel:
4         pushl %eax
5         call __pthread_register_cancel_3
6         popl %eax
7         ret
8
9 .global __pthread_unregister_cancel
10 __pthread_unregister_cancel:
11         pushl %eax
12         call __pthread_unregister_cancel_3
13         popl %eax
14         ret