blob: a5e55c71ae9d2788594d9d3c29b11902631f457e [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
ret
END(listxattr)