X-Spam-Check-By: sourceware.org Date: Fri, 27 Apr 2007 09:35:58 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: 1.5.24,XP: time.h + mrtd switch in gcc conflicting types Message-ID: <20070427133558.GA26036@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.14 (2007-02-12) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Fri, Apr 27, 2007 at 02:20:03PM +0100, Angel Robert Lynas wrote: >Hi all. There seems to be an issue with "time.h" under some >circumstances with a new Cygwin version. Using a simple test program ( >called t.c): > >#include >main() {} > >The problem arises when compilation is attempted with the -mrtd switch, >the following errors arising: > > ------------------------------------ >In file included from t.c:1: >/usr/include/time.h:150: error: conflicting types for 'clock_getres' >/usr/include/cygwin/time.h:20: error: previous declaration of >'clock_getres' was here >/usr/include/time.h:150: error: conflicting types for 'clock_getres' >/usr/include/cygwin/time.h:20: error: previous declaration of >'clock_getres' was here >/usr/include/time.h:171: error: conflicting types for 'nanosleep' >/usr/include/cygwin/time.h:18: error: previous declaration of 'nanosleep' >was here >/usr/include/time.h:171: error: conflicting types for 'nanosleep' >/usr/include/cygwin/time.h:18: error: previous declaration of 'nanosleep' >was here > ------------------------------------ I've added __cdecl's to the function declarations in include/cygwin/time.h. The change is in CVS and will be in the next release but that is not likely to be for some time. So, you may want to make the change to the header files on your system by hand. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/