svn commit: r303382 - in head/sys: compat/linprocfs fs/devfs fs/fdescfs fs/nfs fs/procfs kern net net/altq netpfil/ipfw nfs rpc/rpcsec_gss sys

Bryan Drewery bdrewery at FreeBSD.org
Thu Jul 28 03:21:24 UTC 2016


On 7/27/2016 4:08 AM, Konstantin Belousov wrote:
> +void
> +getboottime(struct timeval *boottime)
> +{
> +
> +	*boottime = boottime_x;
> +}
> +
> +void
> +getboottimebin(struct bintime *boottimebin)
> +{
> +
> +	*boottimebin = boottimebin_x;
> +}

Is there benefit to moving these to a header and making them explicitly
inline?

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20160727/88f6083e/attachment.sig>


More information about the svn-src-all mailing list