Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2011 09:21:30 +0100
From:      Stefan Farfeleder <stefanf@FreeBSD.org>
To:        David Chisnall <theraven@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r227487 - head/include
Message-ID:  <20111114082129.GA1596@mole.fafoe.narf.at>
In-Reply-To: <201111131618.pADGIm2n099696@svn.freebsd.org>
References:  <201111131618.pADGIm2n099696@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 13, 2011 at 04:18:48PM +0000, David Chisnall wrote:
> Author: theraven
> Date: Sun Nov 13 16:18:48 2011
> New Revision: 227487
> URL: http://svn.freebsd.org/changeset/base/227487
> 
> Log:
>   The spec says that FILE must be defined in wchar.h, but it wasn't.  It
>   is now.  Also hide some macros in C++ mode that will break C++
>   namespaced calls.
>   
>   Approved by:	dim (mentor)

I think this change is wrong. Whic spec are you referring to? C99
defines FILE only in 7.19.1#2 (stdio.h). In other headers FILE is used
as parameter type for functions but that does not mean it is exported to
user space.

Stefan



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