summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm64/syscalls/___fchmodat.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-arm64/syscalls/___fchmodat.S')
-rw-r--r--libc/arch-arm64/syscalls/___fchmodat.S15
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/arch-arm64/syscalls/___fchmodat.S b/libc/arch-arm64/syscalls/___fchmodat.S
new file mode 100644
index 0000000..1ab3736
--- /dev/null
+++ b/libc/arch-arm64/syscalls/___fchmodat.S
@@ -0,0 +1,15 @@
+/* Generated by gensyscalls.py. Do not edit. */
+
+#include <private/bionic_asm.h>
+
+ENTRY(___fchmodat)
+ mov x8, __NR_fchmodat
+ svc #0
+
+ cmn x0, #(MAX_ERRNO + 1)
+ cneg x0, x0, hi
+ b.hi __set_errno_internal
+
+ ret
+END(___fchmodat)
+.hidden ___fchmodat