2012-01-13 13:45:16 +01:00
|
|
|
/* autogenerated by gensyscalls.py */
|
|
|
|
#include <machine/asm.h>
|
|
|
|
#include <sys/linux-syscalls.h>
|
|
|
|
|
|
|
|
ENTRY(fremovexattr)
|
2013-01-16 14:02:50 +01:00
|
|
|
mov ip, r7
|
2012-01-13 13:45:16 +01:00
|
|
|
ldr r7, =__NR_fremovexattr
|
|
|
|
swi #0
|
2013-01-16 14:02:50 +01:00
|
|
|
mov r7, ip
|
2012-01-13 13:45:16 +01:00
|
|
|
movs r0, r0
|
|
|
|
bxpl lr
|
|
|
|
b __set_syscall_errno
|
|
|
|
END(fremovexattr)
|