remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / dirent / alphasort.c
index bee672e..ab2624e 100644 (file)
@@ -5,5 +5,3 @@ int alphasort(const struct dirent **a, const struct dirent **b)
 {
        return strcoll((*a)->d_name, (*b)->d_name);
 }
-
-weak_alias(alphasort, alphasort64);