leaq 4(%rax), %rdx // (struct siguctx*)&sigact
call sig_dohandling
- movq $__SYSCALL_sigreturn, %rax
+ movq $__NR__lxsys_sigreturn, %rax
popq %rbx
int $33
callq *%rax
movq %rax, %rbx
- movq $__SYSCALL_th_exit, %rax
+ movq $__NR__lxsys_th_exit, %rax
int $33
\ No newline at end of file