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