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