From 4c57fb4960d45e3baa745e30a1372e9b87a4413c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 18 Nov 2005 15:57:16 +0000 Subject: * times.cc (timezone): Put back (void). * include/cygwin/time.h: Add more cygwin stuff from newlib. --- winsup/cygwin/times.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/times.cc') diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc index 87eab4f0e..e9c50a724 100644 --- a/winsup/cygwin/times.cc +++ b/winsup/cygwin/times.cc @@ -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; -- cgit v1.2.3