diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/locale_impl.h | 2 | ||||
-rw-r--r-- | src/internal/stdio_impl.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/locale_impl.h b/src/internal/locale_impl.h index c268124f..f41c6f24 100644 --- a/src/internal/locale_impl.h +++ b/src/internal/locale_impl.h @@ -1,5 +1,5 @@ #include <locale.h> -struct __locale { +struct __locale_struct { int dummy; }; diff --git a/src/internal/stdio_impl.h b/src/internal/stdio_impl.h index c9d20fac..2083b2fe 100644 --- a/src/internal/stdio_impl.h +++ b/src/internal/stdio_impl.h @@ -18,7 +18,7 @@ #define F_ERR 32 #define F_SVB 64 -struct __FILE_s { +struct _IO_FILE { unsigned flags; unsigned char *rpos, *rend; int (*close)(FILE *); |