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