OSDN Git Service

* times.cc: Remove unneeded (and incorrect) externs.
authorcgf <cgf>
Sun, 19 Mar 2000 04:05:14 +0000 (04:05 +0000)
committercgf <cgf>
Sun, 19 Mar 2000 04:05:14 +0000 (04:05 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/times.cc

index ce45e4d..4b81d02 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar 18 23:04:27 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * times.cc: Remove unneeded (and incorrect) externs.
+
 Sat Mar 18 01:32:04 2000  Christopher Faylor <cgf@cygnus.com>
 
        * dcrt0.cc (host_dependent_constants::init): Eliminate DELETE flag
index 6ee283b..51f5d08 100644 (file)
@@ -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