summaryrefslogtreecommitdiff
path: root/src/stat/lstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat/lstat.c')
-rw-r--r--src/stat/lstat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stat/lstat.c b/src/stat/lstat.c
index 6fe004de..6822fcae 100644
--- a/src/stat/lstat.c
+++ b/src/stat/lstat.c
@@ -5,7 +5,3 @@ int lstat(const char *restrict path, struct stat *restrict buf)
{
return fstatat(AT_FDCWD, path, buf, AT_SYMLINK_NOFOLLOW);
}
-
-#if !_REDIR_TIME64
-weak_alias(lstat, lstat64);
-#endif