This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: V3 PATCH: Include libio.h where required
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: V3 PATCH: Include libio.h where required
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Thu, 16 Nov 2000 08:11:01 -0800 (PST)
- cc: gcc-patches at gcc dot gnu dot org, libstdc++ at sources dot redhat dot com
no. this is wrong. I'll look at it today.
> In c_io_stdio.h, there is a reference to _IO_wide_data, but <libio.h>
> was not included. This probably worked on GNU/Linux becuase libio.h
> gets pulled in via stdio.h on GNU/Linux, but it was no good on
> Solaris.