import preliminary ppc work by rdp.
[musl] / src / signal / ppc / restore.S
1 #include <bits/asm.h>
2 #include <bits/syscall.h>
3         .global __restore
4         .type __restore,@function
5 __restore:
6         li      r0, __NR_sigreturn
7         sc
8
9         .global __restore_rt
10         .type __restore_rt,@function
11 __restore_rt:
12         li      r0, __NR_rt_sigreturn
13         sc