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