From owner-svn-src-all@FreeBSD.ORG Tue Feb 26 16:49:08 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9AD74869; Tue, 26 Feb 2013 16:49:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5F199F3C; Tue, 26 Feb 2013 16:49:08 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 44851B97D; Tue, 26 Feb 2013 11:49:07 -0500 (EST) From: John Baldwin To: Xin LI Subject: Re: svn commit: r247300 - in head: sys/sys usr.bin/truss Date: Tue, 26 Feb 2013 09:41:52 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <201302260213.r1Q2D2N1016801@svn.freebsd.org> In-Reply-To: <201302260213.r1Q2D2N1016801@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201302260941.52534.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 26 Feb 2013 11:49:07 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 16:49:08 -0000 On Monday, February 25, 2013 9:13:02 pm Xin LI wrote: > Author: delphij > Date: Tue Feb 26 02:13:02 2013 > New Revision: 247300 > URL: http://svnweb.freebsd.org/changeset/base/247300 > > Log: > Expose timespec and timeval macros when __BSD_VISIBLE is defined. This > allows userland application to use the following macros: > > timespecclear, timespecisset, timespeccmp, timespecadd, > timespecsub; > > timevalclear, timevalisset, timevalcmp. Why not fix truss to use the stock functions instead of keeping private "unusual" versions? -- John Baldwin