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