Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
c2048944ff8d9f2993264b45dfabf18d9036e379
/
.
/
libc
/
arch-arm64
/
syscalls
/
faccessat.S
blob: 7bd866546825d808bc7bc865c379311acde035f2 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
.hidden __set_errno
ENTRY
(
faccessat
)
mov x8
,
__NR_faccessat
svc
#0
cmn x0
,
#(MAX_ERRNO + 1)
cneg x0
,
x0
,
hi
b.hi __set_errno
ret
END
(
faccessat
)