summaryrefslogtreecommitdiff
path: root/src/internal/stdio_impl.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-03-18 09:19:09 -0400
committerRich Felker <dalias@aerifal.cx>2011-03-18 09:19:09 -0400
commite18b56382154fe1c5803f6b9ee36e2991174c037 (patch)
tree0ae6c98f68e5931c542a7fbc2604315593830348 /src/internal/stdio_impl.h
parentc35bb6645f32bc684dc3da99d4d71c4ead2d4717 (diff)
downloadmusl-e18b56382154fe1c5803f6b9ee36e2991174c037.tar.gz
implement [v]swprintf
Diffstat (limited to 'src/internal/stdio_impl.h')
-rw-r--r--src/internal/stdio_impl.h2
1 files changed, 1 insertions, 1 deletions
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 */