Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Fri, 16 Feb 2001 22:49:54 -0500 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: mktime() seting errno ?? Message-ID: <20010216224954.B19214@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <20010216204647 DOT H19422 AT redhat DOT com> <000301c0988d$09a394e0$a300a8c0 AT nhv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <000301c0988d$09a394e0$a300a8c0@nhv>; from nhv@cape.com on Fri, Feb 16, 2001 at 09:55:07PM -0500 On Fri, Feb 16, 2001 at 09:55:07PM -0500, Norman Vine wrote: >The attached test program demonstrates this. >I have looked at the mktime source in newlib >and can not see why this should be happening ? Have you debugged the problem in gdb? It should be fairly easy to figure out what is going on. At the very least you are going to have to provide an explanation of why you think it shouldn't be failing. Also, please don't send a zip file when you can just send the actual C file, especially when it is relatively small. cgf