* times.cc (timezone): Put back (void).
* include/cygwin/time.h: Add more cygwin stuff from newlib.
This commit is contained in:
@ -122,7 +122,7 @@ settimeofday (const struct timeval *tv, const struct timezone *tz)
|
||||
|
||||
/* timezone: standards? */
|
||||
extern "C" char *
|
||||
timezone ()
|
||||
timezone (void)
|
||||
{
|
||||
char *b = _my_tls.locals.timezone_buf;
|
||||
|
||||
|
Reference in New Issue
Block a user