summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips/syscalls
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-mips/syscalls')
-rw-r--r--libc/arch-mips/syscalls/__fchmod.S (renamed from libc/arch-mips/syscalls/fchmod.S)4
-rw-r--r--libc/arch-mips/syscalls/__fchmodat.S (renamed from libc/arch-mips/syscalls/fchmodat.S)4
2 files changed, 4 insertions, 4 deletions
diff --git a/libc/arch-mips/syscalls/fchmod.S b/libc/arch-mips/syscalls/__fchmod.S
index 2a95cc3..9bc491c 100644
--- a/libc/arch-mips/syscalls/fchmod.S
+++ b/libc/arch-mips/syscalls/__fchmod.S
@@ -2,7 +2,7 @@
#include <private/bionic_asm.h>
-ENTRY(fchmod)
+ENTRY(__fchmod)
.set noreorder
.cpload t9
li v0, __NR_fchmod
@@ -16,4 +16,4 @@ ENTRY(fchmod)
j t9
nop
.set reorder
-END(fchmod)
+END(__fchmod)
diff --git a/libc/arch-mips/syscalls/fchmodat.S b/libc/arch-mips/syscalls/__fchmodat.S
index d9de036..07ea8f8 100644
--- a/libc/arch-mips/syscalls/fchmodat.S
+++ b/libc/arch-mips/syscalls/__fchmodat.S
@@ -2,7 +2,7 @@
#include <private/bionic_asm.h>
-ENTRY(fchmodat)
+ENTRY(__fchmodat)
.set noreorder
.cpload t9
li v0, __NR_fchmodat
@@ -16,4 +16,4 @@ ENTRY(fchmodat)
j t9
nop
.set reorder
-END(fchmodat)
+END(__fchmodat)