iconv: add aliases for GBK
[musl.git] / src / signal / x32 / restore.s
blob1117446a6cb34fbfd6811e7ee49e1b09cb31aae7
1 nop
2 .global __restore_rt
3 .hidden __restore_rt
4 .type __restore_rt,@function
5 __restore_rt:
6 mov $0x40000201, %rax /* SYS_rt_sigreturn */
7 syscall
8 .size __restore_rt,.-__restore_rt