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