Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Fri, 8 Apr 2005 16:37:15 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Incomplete POSIX_TIMERS support? Message-ID: <20050408203715.GA16642@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com References: <4256EA53 DOT 1010507 AT exmsft DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4256EA53.1010507@exmsft.com> User-Agent: Mutt/1.5.8i On Fri, Apr 08, 2005 at 10:32:19PM +0200, Keith Moore wrote: >/usr/include/sys/features.h defines _POSIX_TIMERS, presumably to >indicate that POSIX timers are supported. There seems to be something >missing, though. > >Under the influence of _POSIX_TIMERS, /usr/include/time.h defines >function prototypes for clock_gettime() and clock_getres() (and a few >others). clock_gettime() gets linked-in from libc.a, but I cannot find a >library for clock_getres(). > >This is causing problems for the CVS version of wget, which assumes >_POSIX_TIMERS means all of the POSIX timer APIs are supported. > >Am I missing something here? Is there a clock_getres() somewhere? No, there isn't. Sorry. 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/