X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Finternal%2Fstdio_impl.h;fp=src%2Finternal%2Fstdio_impl.h;h=4e6d3503c2d39393157e6407dd4f1256dd170018;hp=13e5cfd9019c946057450a5481f898121c579a67;hb=e18b56382154fe1c5803f6b9ee36e2991174c037;hpb=c35bb6645f32bc684dc3da99d4d71c4ead2d4717 diff --git a/src/internal/stdio_impl.h b/src/internal/stdio_impl.h index 13e5cfd9..4e6d3503 100644 --- a/src/internal/stdio_impl.h +++ b/src/internal/stdio_impl.h @@ -50,7 +50,7 @@ struct __FILE_s { signed char lbf; int lock; int lockcount; - void *dummy5; + void *cookie; off_t off; int (*flush)(FILE *); void **wide_data; /* must be NULL */