blob: d4a7b82129b38b2f59671a66240e8248cad7e9be [file] [log] [blame]
Stephen Smalley5eb686d2012-01-13 07:45:16 -05001/* autogenerated by gensyscalls.py */
2#include <machine/asm.h>
3#include <sys/linux-syscalls.h>
4
5ENTRY(lremovexattr)
Matthieu Castetfaa0fdb2013-01-16 14:02:50 +01006 mov ip, r7
Stephen Smalley5eb686d2012-01-13 07:45:16 -05007 ldr r7, =__NR_lremovexattr
8 swi #0
Matthieu Castetfaa0fdb2013-01-16 14:02:50 +01009 mov r7, ip
Stephen Smalley5eb686d2012-01-13 07:45:16 -050010 movs r0, r0
11 bxpl lr
12 b __set_syscall_errno
13END(lremovexattr)