remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / stdio / fgetpos.c
index 50813d2..392f732 100644 (file)
@@ -7,5 +7,3 @@ int fgetpos(FILE *restrict f, fpos_t *restrict pos)
        *(long long *)pos = off;
        return 0;
 }
-
-weak_alias(fgetpos, fgetpos64);