all printf variants: fix argument type handling for %c and %lc
[musl] / src / stdio / tmpfile.c
index 55d742f..2fa8803 100644 (file)
@@ -27,5 +27,3 @@ FILE *tmpfile(void)
        }
        return 0;
 }
-
-LFS64(tmpfile);