xref: /aosp_15_r20/external/musl/src/signal/x32/restore.s (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1*c9945492SAndroid Build Coastguard Worker	nop
2*c9945492SAndroid Build Coastguard Worker.global __restore_rt
3*c9945492SAndroid Build Coastguard Worker.hidden __restore_rt
4*c9945492SAndroid Build Coastguard Worker.type __restore_rt,@function
5*c9945492SAndroid Build Coastguard Worker__restore_rt:
6*c9945492SAndroid Build Coastguard Worker	mov $0x40000201, %rax /* SYS_rt_sigreturn */
7*c9945492SAndroid Build Coastguard Worker	syscall
8*c9945492SAndroid Build Coastguard Worker.size __restore_rt,.-__restore_rt
9