blob: 905bd3b8532b57b6c969c23319a4f7467a246684 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
.hidden __set_errno
ENTRY(lsetxattr)
movq %rcx, %r10
movl $__NR_lsetxattr, %eax
syscall
cmpq $-MAX_ERRNO, %rax
jb 1f
negl %eax
movl %eax, %edi
call __set_errno
1:
ret
END(lsetxattr)