From owner-freebsd-x11@FreeBSD.ORG Thu Feb 28 21:48:53 2008 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0A78106567D for ; Thu, 28 Feb 2008 21:48:53 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (daffy.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id 58F268FC29 for ; Thu, 28 Feb 2008 21:48:53 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id m1SLWahj043377; Thu, 28 Feb 2008 14:32:36 -0700 (MST) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.2/8.14.2) with ESMTP id m1SLWYuf093777; Thu, 28 Feb 2008 14:32:34 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.2/8.14.2/Submit) id m1SLWXlD093774; Thu, 28 Feb 2008 14:32:33 -0700 (MST) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18375.10353.816420.456552@gromit.timing.com> Date: Thu, 28 Feb 2008 14:32:33 -0700 From: John E Hein To: Jung-uk Kim In-Reply-To: <200802281607.30178.jkim@FreeBSD.org> References: <47C320DB.70004@delphij.net> <18371.11144.568407.26227@gromit.timing.com> <20080227103210.694787ec@tom.ulm.sysgo.com> <200802281607.30178.jkim@FreeBSD.org> X-Mailer: VM 7.19 under Emacs 22.1.1 X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on Daffy.timing.com X-Virus-Status: Clean Cc: delphij@delphij.net, freebsd-x11@FreeBSD.org, Thomas Mueller Subject: Re: Xorg vs gettimeofday() and clock_gettime() X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 21:48:53 -0000 Jung-uk Kim wrote at 16:07 -0500 on Feb 28, 2008: > So this test was introduced in the following commit: > > http://lists.freedesktop.org/archives/xorg-commit/2006-November/009390.html > > Google found me this: > > http://www.opengroup.org/austin/mailarchives/ag-review/msg00489.html > > 'The recently-approved 1003.1j-2000 adds CLOCK_MONOTONIC to the list.' > > I think 1003.1b-1993 added clock_gettime(2) and configure.ac tests > bogus spec. I suspect the autoconf test was probably written against the linux time.h which specifies _POSIX_C_SOURCE 199309 for all the CLOCK_* constants. Your quote seems to indicate that is wrong (which makes sense to me since I don't recall the CLOCK_* values around back to 1993). But I have not done the work to dig into the spec. If someone verifies that to be the case, please submit a PR to xorg to fix their autoconf check.