lremovexattr.S revision ed74484dcbc2e156a6e5fa861a62425b12e55128
1/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(lremovexattr)
6    movl    $__NR_lremovexattr, %eax
7    syscall
8    cmpq    $-MAX_ERRNO, %rax
9    jb      1f
10    negl    %eax
11    movl    %eax, %edi
12    call    __set_errno
13    orq     $-1, %rax
141:
15    ret
16END(lremovexattr)
17