X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fstdio_impl.h;h=65dcfbda053968b768f22a79a539e9711157fb1a;hb=adb88e773b3897fa222b5d1bb8e46b2d6b424214;hp=a1f31b3cf3c602a2d4290fb39177d1a70be6aff4;hpb=4750cf4202c29a895639b89099a7bdbe9ae422b6;p=musl diff --git a/src/internal/stdio_impl.h b/src/internal/stdio_impl.h index a1f31b3c..65dcfbda 100644 --- a/src/internal/stdio_impl.h +++ b/src/internal/stdio_impl.h @@ -57,7 +57,7 @@ struct __FILE_s { int waiters; void *cookie; off_t off; - int (*flush)(FILE *); + char *getln_buf; void *mustbezero_2; unsigned char *shend; off_t shlim, shcnt;