blob: 27cd3cef9b7c5eebe756ce0347eae5ff333a0caa (
plain) (
blame)
1
2
3
4
5
6
7
8
|
.global __restore_rt
.global __restore
.type __restore_rt,@function
.type __restore,@function
__restore_rt:
__restore:
movl $0x40000201, %eax /* SYS_rt_sigreturn */
syscall
|