diff options
Diffstat (limited to 'src/signal/s390x/restore.s')
-rw-r--r-- | src/signal/s390x/restore.s | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/signal/s390x/restore.s b/src/signal/s390x/restore.s new file mode 100644 index 0000000..88e33db --- /dev/null +++ b/src/signal/s390x/restore.s @@ -0,0 +1,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 |