]> sourceware.org Git - newlib-cygwin.git/commitdiff
* libc/include/wchar.h (struct tm0: Declare as incomplete type.
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 15 Oct 2009 08:23:27 +0000 (08:23 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 15 Oct 2009 08:23:27 +0000 (08:23 +0000)
newlib/ChangeLog
newlib/libc/include/wchar.h

index 969a6bc6ac20234040107249503d16052085c78c..539be4563379dfa91fb9a14d95faabd721bfd88d 100644 (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
index 252e59d8199ee4fecd0a6279f0fdf41fbab593d6..234c71e00d2f261dd2d86f731b2f73e2c88bcbac 100644 (file)
 
 _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;
This page took 0.052635 seconds and 5 git commands to generate.