Re: cygwin1.dll bug in ftime (patch included)

2002-03-27 Thread Christopher Faylor
On Tue, Mar 26, 2002 at 11:58:00AM +0800, Wu Yongwei wrote: >I did not submit a patch because I did not think you will accept it. >Writing the patch itself is easy: it was already there in an old CVS >version. Or almost so. Notice that I do not always call tzset. My >previous experience with MS

Re: cygwin1.dll bug in ftime (patch included)

2002-03-25 Thread Wu Yongwei
OK, here is the patch for src/winsup/cygwin/times.cc: --- times.cc.oldTue Mar 26 11:36:53 2002 +++ times.ccTue Mar 26 11:53:42 2002 @@ -156,4 +156,5 @@ { static hires gtod; + static tzflag; LONGLONG now = gtod.usecs (fal