remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / linux / fallocate.c
index 7d68bc8..9146350 100644 (file)
@@ -7,6 +7,3 @@ int fallocate(int fd, int mode, off_t base, off_t len)
        return syscall(SYS_fallocate, fd, mode, __SYSCALL_LL_E(base),
                __SYSCALL_LL_E(len));
 }
-
-#undef fallocate64
-weak_alias(fallocate, fallocate64);