From owner-freebsd-standards@FreeBSD.ORG Sat Jan 29 20:00:25 2011 Return-Path: Delivered-To: freebsd-standards@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4A59106564A for ; Sat, 29 Jan 2011 20:00:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A48558FC18 for ; Sat, 29 Jan 2011 20:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0TK0PoM004948 for ; Sat, 29 Jan 2011 20:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0TK0PAx004926; Sat, 29 Jan 2011 20:00:25 GMT (envelope-from gnats) Date: Sat, 29 Jan 2011 20:00:25 GMT Message-Id: <201101292000.p0TK0PAx004926@freefall.freebsd.org> To: freebsd-standards@FreeBSD.org From: Garrett Cooper Cc: Subject: Re: standards/96016: [headers] clock_getres et al should be in < time.h> X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Cooper List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2011 20:00:25 -0000 The following reply was made to PR standards/96016; it has been noted by GNATS. From: Garrett Cooper To: bug-followup@FreeBSD.org, rmh@aybabtu.com Cc: Subject: Re: standards/96016: [headers] clock_getres et al should be in <time.h> Date: Sat, 29 Jan 2011 11:57:21 -0800 clock_getres, et all are declared in time.h, not sys/time.h, so this item can be closed. I have started work to cleanup the pollution created with sys/time.h including time.h in http://p4db.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/user/gcooper/posix-conformance-work as brde noted in the previous reply, but that's outside the problem definition for this bug. Thanks, -Garrett