all printf variants: fix argument type handling for %c and %lc
[musl] / src / stdio / fgetpos.c
index 6eb361e..392f732 100644 (file)
@@ -7,5 +7,3 @@ int fgetpos(FILE *restrict f, fpos_t *restrict pos)
        *(long long *)pos = off;
        return 0;
 }
-
-LFS64(fgetpos);