summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/times.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-11-18 15:57:16 +0000
committerChristopher Faylor <me@cgf.cx>2005-11-18 15:57:16 +0000
commit4c57fb4960d45e3baa745e30a1372e9b87a4413c (patch)
tree608a60517f8724457efc8fbffba76f4710cb5769 /winsup/cygwin/times.cc
parentd3e81bdac89c4789783cb51ac261bcfbb58df49a (diff)
downloadcygnal-4c57fb4960d45e3baa745e30a1372e9b87a4413c.tar.gz
cygnal-4c57fb4960d45e3baa745e30a1372e9b87a4413c.tar.bz2
cygnal-4c57fb4960d45e3baa745e30a1372e9b87a4413c.zip
* times.cc (timezone): Put back (void).
* include/cygwin/time.h: Add more cygwin stuff from newlib.
Diffstat (limited to 'winsup/cygwin/times.cc')
-rw-r--r--winsup/cygwin/times.cc2
1 files changed, 1 insertions, 1 deletions
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;