Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
1785fc1777947af6da454c74e2fb8c90bc1227c5
/
.
/
libc
/
arch-x86_64
/
syscalls
/
listxattr.S
blob: d0b2112bccadc737f8b3f38235c4b0df1b63e1e6 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
listxattr
)
movl
$
__NR_listxattr
,
%eax
syscall
cmpq
$-
MAX_ERRNO
,
%rax
jb
1
f
negl %eax
movl
%eax, %
edi
call __set_errno_internal
1
:
ret
END
(
listxattr
)