Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2002 16:11:00 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Mike Silbersack <silby@silby.com>
Cc:        Mike Silbersack <silby@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/kern uipc_socket2.c
Message-ID:  <20020107160807.V376-100000@gamplex.bde.org>
In-Reply-To: <Pine.BSF.4.30.0201061726320.87891-100000@niwun.pair.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 6 Jan 2002, Mike Silbersack wrote:

> As for the (?)min functions... why are they defined in libkern.h, rather
> than types.h.  Isn't min a compiler builtin?

Because they aren't types, and they aren't declared in a bogus place like
the corresponding userland function MIN() (MIN is not a parameter, but is
defined in param.h).  min isn't a compiler builtin.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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