From e18b56382154fe1c5803f6b9ee36e2991174c037 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 18 Mar 2011 09:19:09 -0400 Subject: implement [v]swprintf --- src/internal/stdio_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal/stdio_impl.h') 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 */ -- cgit v1.2.1