diff options
Diffstat (limited to 'libc/arch-mips64/syscalls/mmap.S')
-rw-r--r-- | libc/arch-mips64/syscalls/mmap.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/arch-mips64/syscalls/mmap.S b/libc/arch-mips64/syscalls/mmap.S index 393271a..cc53eb2 100644 --- a/libc/arch-mips64/syscalls/mmap.S +++ b/libc/arch-mips64/syscalls/mmap.S @@ -24,5 +24,4 @@ ENTRY(mmap) .set pop END(mmap) - .globl mmap64 - .equ mmap64, mmap +ALIAS_SYMBOL(mmap64, mmap) |