blob: f2a32419d394d12d9d17b4286fb46b70bb992020 [file] [log] [blame]
#
# arch/i386/sigreturn.S
#
#include <asm/unistd.h>
.text
.align 4
.globl __sigreturn
.type __sigreturn,@function
__sigreturn:
pop %eax # Have no idea why this is needed...
movl $__NR_sigreturn,%eax
int $0x80
.size __sigreturn,.-__sigreturn