Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
1c5e415f8c4cd2cb10ad1d1cf660d17161132772
/
.
/
libc
/
arch-x86_64
/
syscalls
/
kill.S
blob: e7b710a247ce2b20b03b8ad2ae77ebbb17842b82 [
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 PIC_PLT
(
__set_errno
)
1
:
ret
END
(
kill
)