summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips/syscalls/fstat64.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-mips/syscalls/fstat64.S')
-rw-r--r--libc/arch-mips/syscalls/fstat64.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/arch-mips/syscalls/fstat64.S b/libc/arch-mips/syscalls/fstat64.S
index 525c23c..16e2791 100644
--- a/libc/arch-mips/syscalls/fstat64.S
+++ b/libc/arch-mips/syscalls/fstat64.S
@@ -18,5 +18,4 @@ ENTRY(fstat64)
.set reorder
END(fstat64)
- .globl fstat
- .equ fstat, fstat64
+ALIAS_SYMBOL(fstat, fstat64)