X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffwrite.c;h=d5f6542d6bebe32ec6dac9ac319e8eaf430dfcd4;hb=1d92cddb1e1ed4b6cc0e55461727561e7a2522e0;hp=8027b3061469414d3595d6801f3b4305e3c4499b;hpb=400c5e5c8307a2ebe44ef1f203f5a15669f20347;p=musl diff --git a/src/stdio/fwrite.c b/src/stdio/fwrite.c index 8027b306..d5f6542d 100644 --- a/src/stdio/fwrite.c +++ b/src/stdio/fwrite.c @@ -1,4 +1,5 @@ #include "stdio_impl.h" +#include size_t __fwritex(const unsigned char *restrict s, size_t l, FILE *restrict f) {