Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
ed74484dcbc2e156a6e5fa861a62425b12e55128
/
.
/
libc
/
arch-x86_64
/
syscalls
/
sigaltstack.S
blob: 57dc41a67b3b259b7ca88e8933eb9d26962c5a02 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
sigaltstack
)
movl
$
__NR_sigaltstack
,
%eax
syscall
cmpq
$-
MAX_ERRNO
,
%rax
jb
1
f
negl %eax
movl
%eax, %
edi
call __set_errno
orq
$
-1
,
%rax
1
:
ret
END
(
sigaltstack
)