all printf variants: fix argument type handling for %c and %lc
[musl] / src / stdio / fopen.c
index 252f082..80bc341 100644 (file)
@@ -29,5 +29,3 @@ FILE *fopen(const char *restrict filename, const char *restrict mode)
        __syscall(SYS_close, fd);
        return 0;
 }
-
-LFS64(fopen);