blob: 89be7049948aae4772de56a15b5cea282db0c5d4 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(fremovexattr)
mov ip, r7
.cfi_register r7, ip
ldr r7, =__NR_fremovexattr
swi #0
mov r7, ip
.cfi_restore r7
cmn r0, #(MAX_ERRNO + 1)
bxls lr
neg r0, r0
b __set_errno_internal
END(fremovexattr)