remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / stat / __xstat.c
index 630936a..b4560df 100644 (file)
@@ -22,11 +22,6 @@ int __xstat(int ver, const char *path, struct stat *buf)
        return stat(path, buf);
 }
 
-weak_alias(__fxstat, __fxstat64);
-weak_alias(__fxstatat, __fxstatat64);
-weak_alias(__lxstat, __lxstat64);
-weak_alias(__xstat, __xstat64);
-
 #endif
 
 int __xmknod(int ver, const char *path, mode_t mode, dev_t *dev)