__syscall5 inline is having trouble with PIC; just use the function for now
[musl] / src / signal / x86_64 / restore.s
1 .global __restore_rt
2 .global __restore
3 __restore_rt:
4 __restore:
5         movl $15, %eax
6         syscall