diff options
Diffstat (limited to 'libc/arch-arm/syscalls/setxattr.S')
-rw-r--r-- | libc/arch-arm/syscalls/setxattr.S | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libc/arch-arm/syscalls/setxattr.S b/libc/arch-arm/syscalls/setxattr.S new file mode 100644 index 0000000..e86fe9f --- /dev/null +++ b/libc/arch-arm/syscalls/setxattr.S @@ -0,0 +1,16 @@ +/* autogenerated by gensyscalls.py */ +#include <machine/asm.h> +#include <sys/linux-syscalls.h> + +ENTRY(setxattr) + mov ip, sp + .save {r4, r5, r6, r7} + stmfd sp!, {r4, r5, r6, r7} + ldmfd ip, {r4, r5, r6} + ldr r7, =__NR_setxattr + swi #0 + ldmfd sp!, {r4, r5, r6, r7} + movs r0, r0 + bxpl lr + b __set_syscall_errno +END(setxattr) |