Date: Wed, 9 Jun 2004 14:15:50 +0200 From: Stefan Farfeleder <stefanf@FreeBSD.org> To: standards@FreeBSD.ORG Subject: Re: RFC: fenv.h Message-ID: <20040609121547.GG715@wombat.fafoe.narf.at> In-Reply-To: <20040602073235.GA6457@VARK.homeunix.com> References: <20040602073235.GA6457@VARK.homeunix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 02, 2004 at 12:32:35AM -0700, David Schultz wrote: > The following patch adds the fenv.h header to FreeBSD. I would > appreciate any reviews of these changes. Descriptions of the various > functions are included in the patch in the form of some manpages. Thanks for committing this! Just a small nit: Using inline functions with internal linkage to implement standard library functions isn't 100% conforming. 7.1.2#6: Any declaration of a library function shall have external linkage. 7.1.4#2: Provided that a library function can be declared without reference to any type defined in a header, it is also permissible to declare the function and use it without including its associated header. Stefan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040609121547.GG715>