diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/stdio_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |