diff options
Diffstat (limited to 'libc/arch-mips64/syscalls/mmap.S')
| -rw-r--r-- | libc/arch-mips64/syscalls/mmap.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/arch-mips64/syscalls/mmap.S b/libc/arch-mips64/syscalls/mmap.S index 1cde691..682058e 100644 --- a/libc/arch-mips64/syscalls/mmap.S +++ b/libc/arch-mips64/syscalls/mmap.S @@ -30,5 +30,5 @@ mmap: .set pop .end mmap - .globl _C_LABEL(mmap64) - .equ _C_LABEL(mmap64), _C_LABEL(mmap) + .globl mmap64 + .equ mmap64, mmap |
