Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-11-18 18:57:16 +0300
committerChristopher Faylor <me@cgf.cx>2005-11-18 18:57:16 +0300
commit4c57fb4960d45e3baa745e30a1372e9b87a4413c (patch)
tree608a60517f8724457efc8fbffba76f4710cb5769 /winsup/cygwin/times.cc
parentd3e81bdac89c4789783cb51ac261bcfbb58df49a (diff)
* 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;