blob: 88e33dbc22230e38a68953ea28ef60df4091b58d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
.global __restore
.hidden __restore
.type __restore,%function
__restore:
svc 119 #__NR_sigreturn
.global __restore_rt
.hidden __restore_rt
.type __restore_rt,%function
__restore_rt:
svc 173 # __NR_rt_sigreturn
|