cvs newlib build issue

Stan Moore smoore@exis.net
Wed Oct 14 20:44:00 GMT 2009


Actually this is specifically a newlib issue. Apparently sometime back in
March Corinna added 

size_t  _EXFUN(wcsftime, (wchar_t *, size_t, const wchar_t *, const struct
tm *));

But forgot to add time.h to the header so the struct tm is a problem. It
doesn't seem to get pulled in anywhere else so a top level build is broke
right now. 

It's not a big problem, but I don't have any direct dealings with newlib and
lack a better communication channel to point this out.

Stan




More information about the Cygwin-developers mailing list