summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86_64/syscalls/fremovexattr.S
blob: f4536e28ea559dba2f024b9f646452bd11053082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Generated by gensyscalls.py. Do not edit. */

#include <private/bionic_asm.h>

ENTRY(fremovexattr)
    movl    $__NR_fremovexattr, %eax
    syscall
    cmpq    $-MAX_ERRNO, %rax
    jb      1f
    negl    %eax
    movl    %eax, %edi
    call    PIC_PLT(__set_errno)
1:
    ret
END(fremovexattr)