X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fstdio_impl.h;h=d54c918becaf0b8ff15a636cdd4f90d28a8d9371;hb=2499cd9d9be0ba74e16a6c3dd304e6d69070be35;hp=a1f31b3cf3c602a2d4290fb39177d1a70be6aff4;hpb=4750cf4202c29a895639b89099a7bdbe9ae422b6;p=musl diff --git a/src/internal/stdio_impl.h b/src/internal/stdio_impl.h index a1f31b3c..d54c918b 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 *); + void *dummy4; void *mustbezero_2; unsigned char *shend; off_t shlim, shcnt;