diff options
Diffstat (limited to 'libc/arch-mips/syscalls/fstat64.S')
| -rw-r--r-- | libc/arch-mips/syscalls/fstat64.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/arch-mips/syscalls/fstat64.S b/libc/arch-mips/syscalls/fstat64.S index de09df5..904ce86 100644 --- a/libc/arch-mips/syscalls/fstat64.S +++ b/libc/arch-mips/syscalls/fstat64.S @@ -22,5 +22,5 @@ fstat64: .set reorder .end fstat64 - .globl _C_LABEL(fstat) - .equ _C_LABEL(fstat), _C_LABEL(fstat64) + .globl fstat + .equ fstat, fstat64 |
