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