remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / stat / lstat.c
index 9f95218..6822fca 100644 (file)
@@ -5,5 +5,3 @@ int lstat(const char *restrict path, struct stat *restrict buf)
 {
        return fstatat(AT_FDCWD, path, buf, AT_SYMLINK_NOFOLLOW);
 }
-
-weak_alias(lstat, lstat64);