summaryrefslogtreecommitdiff
path: root/compat/time32/lstat_time32.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/time32/lstat_time32.c')
-rw-r--r--compat/time32/lstat_time32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/time32/lstat_time32.c b/compat/time32/lstat_time32.c
index c1257a14..28cb5a0b 100644
--- a/compat/time32/lstat_time32.c
+++ b/compat/time32/lstat_time32.c
@@ -13,5 +13,3 @@ int __lstat_time32(const char *restrict path, struct stat32 *restrict st32)
if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim));
return r;
}
-
-weak_alias(lstat, lstat64);