__syscall5 inline is having trouble with PIC; just use the function for now
[musl] / src / signal / i386 / restore.s
1 .global __restore
2 __restore:
3         popl %eax
4         movl $119, %eax
5         int $0x80
6
7 .global __restore_rt
8 __restore_rt:
9         movl $173, %eax
10         int $0x80