diff options
Diffstat (limited to 'libc/arch-mips/syscalls')
| -rw-r--r-- | libc/arch-mips/syscalls/__getdents64.S (renamed from libc/arch-mips/syscalls/getdents.S) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/arch-mips/syscalls/getdents.S b/libc/arch-mips/syscalls/__getdents64.S index ce92886..136b408 100644 --- a/libc/arch-mips/syscalls/getdents.S +++ b/libc/arch-mips/syscalls/__getdents64.S @@ -2,7 +2,7 @@ #include <private/bionic_asm.h> -ENTRY(getdents) +ENTRY(__getdents64) .set noreorder .cpload t9 li v0, __NR_getdents64 @@ -16,4 +16,4 @@ ENTRY(getdents) j t9 nop .set reorder -END(getdents) +END(__getdents64) |
