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>2000-03-19 07:05:14 +0300
committerChristopher Faylor <me@cgf.cx>2000-03-19 07:05:14 +0300
commit731d9d5b3ca35682cf7918f9b460c1dc1a4b1485 (patch)
treeba08b9f78f912c79026d1389abb7910edd52cd81 /winsup/cygwin/times.cc
parentc6c9f06b7c20e7d2c3d32e314716783ccc631d91 (diff)
* times.cc: Remove unneeded (and incorrect) externs.
Diffstat (limited to 'winsup/cygwin/times.cc')
-rw-r--r--winsup/cygwin/times.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc
index 6ee283b5c..51f5d0898 100644
--- a/winsup/cygwin/times.cc
+++ b/winsup/cygwin/times.cc
@@ -17,9 +17,6 @@ details. */
#include <errno.h>
#include "winsup.h"
-extern time_t __declspec(dllexport) _timezone;
-extern int __declspec(dllexport) _daylight;
-
#define FACTOR (0x19db1ded53ea710LL)
#define NSPERSEC 10000000LL