This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: linux libio status
- To: Joe Buck <jbuck at synopsys dot com>
- Subject: Re: linux libio status
- From: Richard Henderson <rth at cygnus dot com>
- Date: Wed, 15 Oct 1997 00:07:54 -0700
- Cc: egcs team <egcs at cygnus dot com>
- References: <199710150623.XAA06491@atrus.synopsys.com>
- Reply-To: Richard Henderson <rth at cygnus dot com>
On Tue, Oct 14, 1997 at 11:23:49PM -0700, Joe Buck wrote:
> We need to silence these warnings. For the NULL, I suggest a global
> s/NULL/0/ in the C++ iostreams headers.
That's a reasonable solution. In my version of the libio patches,
I make _G_config.h undef and redefine NULL to avoid this problem.
> I don't know where the missing declarations should go; perhaps HJ has
> an idea.
I worked around this for Linux/Alpha by providing versions of
libc-lock.h and stdio-lock.h to install with the newly built library.
Perhaps we do the same thing for Intel?
r~