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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stat/fstat.c b/src/stat/fstat.c
index 07f9a5de..9bbb46de 100644
--- a/src/stat/fstat.c
+++ b/src/stat/fstat.c
@@ -10,4 +10,6 @@ int fstat(int fd, struct stat *st)
return fstatat(fd, "", st, AT_EMPTY_PATH);
}
+#if !_REDIR_TIME64
weak_alias(fstat, fstat64);
+#endif