From 731d9d5b3ca35682cf7918f9b460c1dc1a4b1485 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 19 Mar 2000 04:05:14 +0000 Subject: [PATCH] * times.cc: Remove unneeded (and incorrect) externs. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/times.cc | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index ce45e4d6b..4b81d02d0 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Sat Mar 18 23:04:27 2000 Christopher Faylor + + * times.cc: Remove unneeded (and incorrect) externs. + Sat Mar 18 01:32:04 2000 Christopher Faylor * dcrt0.cc (host_dependent_constants::init): Eliminate DELETE flag 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 #include "winsup.h" -extern time_t __declspec(dllexport) _timezone; -extern int __declspec(dllexport) _daylight; - #define FACTOR (0x19db1ded53ea710LL) #define NSPERSEC 10000000LL -- 2.43.5