diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/dirent/__dirent.h | 2 | ||||
-rw-r--r-- | src/internal/locale_impl.h | 2 | ||||
-rw-r--r-- | src/internal/stdio_impl.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/dirent/__dirent.h b/src/dirent/__dirent.h index 38a27b06..45509e19 100644 --- a/src/dirent/__dirent.h +++ b/src/dirent/__dirent.h @@ -1,4 +1,4 @@ -struct __DIR_s +struct __dirstream { int fd; off_t tell; 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 *); |