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