Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2013 09:41:52 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Xin LI <delphij@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r247300 - in head: sys/sys usr.bin/truss
Message-ID:  <201302260941.52534.jhb@freebsd.org>
In-Reply-To: <201302260213.r1Q2D2N1016801@svn.freebsd.org>
References:  <201302260213.r1Q2D2N1016801@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302260941.52534.jhb>