diff options
Diffstat (limited to 'libc/arch-x86/syscalls/fstat64.S')
| -rw-r--r-- | libc/arch-x86/syscalls/fstat64.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/arch-x86/syscalls/fstat64.S b/libc/arch-x86/syscalls/fstat64.S index 3e1fdd0..4e85c71 100644 --- a/libc/arch-x86/syscalls/fstat64.S +++ b/libc/arch-x86/syscalls/fstat64.S @@ -25,5 +25,5 @@ ENTRY(fstat64) ret END(fstat64) - .globl _C_LABEL(fstat) - .equ _C_LABEL(fstat), _C_LABEL(fstat64) + .globl fstat + .equ fstat, fstat64 |
