Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
ed74484dcbc2e156a6e5fa861a62425b12e55128
/
.
/
libc
/
arch-arm
/
syscalls
/
lremovexattr.S
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
)