make sigsuspend a cancellation point
[musl] / src / signal / x86_64 / restore.s
1 .global __restore_rt
2 .global __restore
3 .type __restore_rt,%function
4 .type __restore,%function
5 __restore_rt:
6 __restore:
7         movl $15, %eax
8         syscall
9 .size __restore_rt,.-__restore_rt
10 .size __restore,.-__restore
11