* libc/include/wchar.h (struct tm0: Declare as incomplete type.

This commit is contained in:
Corinna Vinschen 2009-10-15 08:23:27 +00:00
parent 597441d79b
commit 1b13009b2a
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-10-15 Corinna Vinschen <corinna@vinschen.de>
* libc/include/wchar.h (struct tm0: Declare as incomplete type.
2009-10-15 Corinna Vinschen <corinna@vinschen.de>
* libc/locale/nl_langinfo.c (nl_langinfo): Add Cygwin-specific temporary

View File

@ -38,6 +38,10 @@
_BEGIN_STD_C
/* As required by POSIX.1-2008, declare tm as incomplete type.
The actual definition is in time.h. */
struct tm;
#ifndef _MBSTATE_T
#define _MBSTATE_T
typedef _mbstate_t mbstate_t;