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