diff options
Diffstat (limited to 'libc/arch-arm/syscalls/___fchmodat.S')
-rw-r--r-- | libc/arch-arm/syscalls/___fchmodat.S | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/arch-arm/syscalls/___fchmodat.S b/libc/arch-arm/syscalls/___fchmodat.S new file mode 100644 index 0000000..91bbda5 --- /dev/null +++ b/libc/arch-arm/syscalls/___fchmodat.S @@ -0,0 +1,15 @@ +/* Generated by gensyscalls.py. Do not edit. */ + +#include <private/bionic_asm.h> + +ENTRY(___fchmodat) + mov ip, r7 + ldr r7, =__NR_fchmodat + swi #0 + mov r7, ip + cmn r0, #(MAX_ERRNO + 1) + bxls lr + neg r0, r0 + b __set_errno_internal +END(___fchmodat) +.hidden ___fchmodat |