summaryrefslogtreecommitdiff
path: root/src/stat/fstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat/fstat.c')
-rw-r--r--src/stat/fstat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stat/fstat.c b/src/stat/fstat.c
index 27db0ccb..fd28b8ac 100644
--- a/src/stat/fstat.c
+++ b/src/stat/fstat.c
@@ -11,7 +11,3 @@ int __fstat(int fd, struct stat *st)
}
weak_alias(__fstat, fstat);
-
-#if !_REDIR_TIME64
-weak_alias(fstat, fstat64);
-#endif