Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
bionic
/
849750a0c0135e07befa1d3fdd3edda0acd2a6e1
/
.
/
libc
/
arch-x86_64
/
syscalls
/
sigaltstack.S
blob: 271fafc0984758e42ec235342040c1cc2ca1d77a [
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
1
:
ret
END
(
sigaltstack
)