2f06e787680a993fc62da5849311771ab84b812c
[musl] / src / signal / x32 / restore.s
1         nop
2 .global __restore_rt
3 .type __restore_rt,@function
4 __restore_rt:
5         mov $0x40000201, %rax /* SYS_rt_sigreturn */
6         syscall
7 .size __restore_rt,.-__restore_rt