work around gdb issues recognizing sigreturn trampoline on x86_64
[musl] / src / signal / x86_64 / restore.s
1         nop
2 .global __restore_rt
3 .type __restore_rt,@function
4 __restore_rt:
5         mov $15, %rax
6         syscall
7 .size __restore_rt,.-__restore_rt