restore.s 219 B

1234567891011
  1. .global __restore
  2. .hidden __restore
  3. .type __restore,%function
  4. __restore:
  5. svc 119 #__NR_sigreturn
  6. .global __restore_rt
  7. .hidden __restore_rt
  8. .type __restore_rt,%function
  9. __restore_rt:
  10. svc 173 # __NR_rt_sigreturn