/* Generated by gensyscalls.py. Do not edit. */ #include ENTRY(flistxattr) movl $__NR_flistxattr, %eax syscall cmpq $-MAX_ERRNO, %rax jb 1f negl %eax movl %eax, %edi call PIC_PLT(__set_errno) 1: ret END(flistxattr)