diff options
Diffstat (limited to 'libc/arch-mips/syscalls')
| -rw-r--r-- | libc/arch-mips/syscalls/___fchmod.S (renamed from libc/arch-mips/syscalls/__fchmod.S) | 5 | ||||
| -rw-r--r-- | libc/arch-mips/syscalls/___fchmodat.S (renamed from libc/arch-mips/syscalls/__fchmodat.S) | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/libc/arch-mips/syscalls/__fchmod.S b/libc/arch-mips/syscalls/___fchmod.S index 9bc491c..ac102ec 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,5 @@ ENTRY(__fchmod) j t9 nop .set reorder -END(__fchmod) +END(___fchmod) +.hidden ___fchmod diff --git a/libc/arch-mips/syscalls/__fchmodat.S b/libc/arch-mips/syscalls/___fchmodat.S index 07ea8f8..d581efa 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,5 @@ ENTRY(__fchmodat) j t9 nop .set reorder -END(__fchmodat) +END(___fchmodat) +.hidden ___fchmodat |
