From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Buck To: drepper@cygnus.com Cc: jbuck@synopsys.com, hjl@lucon.org, egcs@cygnus.com Subject: Re: libio patches for glibc 2.1 Date: Mon, 23 Feb 1998 15:31:00 -0000 Message-id: <199802232331.PAA18129@atrus.synopsys.com> References: X-SW-Source: 1998-02/msg01087.html > > Ah, so the disruption is just for extended and wide streams? Then it > > seems that it should be a one-time thing. > > Not if I missed something. Wide streams are still not supported since > I've yet to decide how to implement this correctly. But I've added > some unused padding bytes at the end of the struct so that we can add > new members later. Since on the C++ side the wide streams are a different template expansion, it seems that you are free to use a completely new struct for the libio/C side of wide streams.