/* * arch/x86_64/sigreturn.S */ #include .text .align 4 .globl __sigreturn .type __sigreturn,@function __sigreturn: movl $__NR_rt_sigreturn,%eax syscall .size __sigreturn,.-__sigreturn