Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Tue, 24 Aug 1999 22:24:14 -0400 To: DJ Delorie Cc: khan AT xraylith DOT wisc DOT EDU, cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: timezone() errors Message-ID: <19990824222414.B2867@cygnus.com> Mail-Followup-To: DJ Delorie , khan AT xraylith DOT wisc DOT EDU, cygwin-developers AT sourceware DOT cygnus DOT com References: <199908242239 DOT RAA01056 AT mercury DOT xraylith DOT wisc DOT edu> <199908250018 DOT UAA18526 AT envy DOT delorie DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <199908250018.UAA18526@envy.delorie.com>; from DJ Delorie on Tue, Aug 24, 1999 at 08:18:07PM -0400 On Tue, Aug 24, 1999 at 08:18:07PM -0400, DJ Delorie wrote: > >This is what Linux and IRIX have (effectively) but cygwin appears to >be emulating the BSD version (but the cygwin version takes no >parameters, unlike the link given previously). > >If it were up to me, I'd try to emulate the Linux API as closely as >possible (where ansi/posix don't govern) but [the usual "backward >compatibility" issues]. > >> extern long int timezone; Yeah, it's too bad that we can't emulate linux in this case. I guess we save this for B22 (or whatever) when we break backwards compatibility. -chris