disable lfs64 aliases for remapped time64 functions
[musl] / src / stat / fstatat.c
index d915fa1..bf0a554 100644 (file)
@@ -126,4 +126,6 @@ int fstatat(int fd, const char *restrict path, struct stat *restrict st, int fla
        return __syscall_ret(ret);
 }
 
+#if !_REDIR_TIME64
 weak_alias(fstatat, fstatat64);
+#endif