* libc/include/wchar.h (struct tm0: Declare as incomplete type.
This commit is contained in:
parent
597441d79b
commit
1b13009b2a
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user