blob: fdaf98ae416f9c408a420fb997a402ddf1dc77f3 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
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)