This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: linux libio status


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]