on x86_64 use long instead of long long for 64bit posix types
[musl] / src / signal / powerpc / restore.s
1         .global __restore
2         .type __restore,%function
3 __restore:
4         li      0, 119 #__NR_sigreturn
5         sc
6
7         .global __restore_rt
8         .type __restore_rt,%function
9 __restore_rt:
10         li      0, 172 # __NR_rt_sigreturn
11         sc