Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
bionic
/
849750a0c0135e07befa1d3fdd3edda0acd2a6e1
/
.
/
libc
/
arch-x86_64
/
syscalls
/
recvfrom.S
blob: 61ca1b2195d17c87f82b086f47395364407c08f2 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
recvfrom
)
movq
%rcx, %
r10
movl
$
__NR_recvfrom
,
%eax
syscall
cmpq
$-
MAX_ERRNO
,
%rax
jb
1
f
negl %eax
movl
%eax, %
edi
call __set_errno
1
:
ret
END
(
recvfrom
)