diff options
Diffstat (limited to 'libc/arch-x86_64/syscalls/fallocate.S')
-rw-r--r-- | libc/arch-x86_64/syscalls/fallocate.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/arch-x86_64/syscalls/fallocate.S b/libc/arch-x86_64/syscalls/fallocate.S index 8307f7e..f6f891b 100644 --- a/libc/arch-x86_64/syscalls/fallocate.S +++ b/libc/arch-x86_64/syscalls/fallocate.S @@ -15,5 +15,4 @@ ENTRY(fallocate) ret END(fallocate) - .globl fallocate64 - .equ fallocate64, fallocate +ALIAS_SYMBOL(fallocate64, fallocate) |