Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
bwh
/
klibc
/
9bfe94c405b6ae3f7a5c04c0d4cd539867ad2b85
/
.
/
usr
/
klibc
/
arch
/
x86_64
/
sigreturn.S
blob: 46a5a0ba9863d77a01d9449013c752691b33765c [
file
]
/*
*
arch
/
x86_64
/
sigreturn.S
*/
#include <asm/unistd.h>
.text
.align
4
.globl __sigreturn
.type __sigreturn
,@
function
__sigreturn
:
movl
$
__NR_rt_sigreturn
,
%eax
syscall
.size __sigreturn
,
.
-
__sigreturn