* times.cc (timezone): Put back (void).

* include/cygwin/time.h: Add more cygwin stuff from newlib.
This commit is contained in:
Christopher Faylor
2005-11-18 15:57:16 +00:00
parent d3e81bdac8
commit 4c57fb4960
3 changed files with 20 additions and 1 deletions

View File

@ -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;