This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] _IO_USER_LOCK and libstdc++-v3
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: [PATCH] _IO_USER_LOCK and libstdc++-v3
- From: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Date: Wed, 4 Oct 2000 20:43:53 +0200
- Cc: Chip Salzenberg <chip at valinux dot com>,gcc-bugs at gcc dot gnu dot org
- References: <Pine.SOL.3.91.1001004112615.25171D-100000@cse.cygnus.com>
On Wed, 04 Oct 2000, Benjamin Kosnik wrote:
> > But I didn't notice libstdc++-v3 has all this libio stuff duplicated
> > (why?).
>
> "all this libio stuff"
>
> what do you mean?
Well, in CVS there are the following dirs:
libio/
libstdc++/
libstdc++-v3/
libstdc++-v3/libio/
Though the contents of libio/ and libstdc++-v3/libio/ are quite different,
but if they have to be separate, why isn't it named libio-v3/ and living in
the topdir?
Actually I have no idea what's really up here since:
glibc-2.1/libio.h != gcc/libio/libio.h != glibc-2.2/libio.h !=
gcc/libstdc++-v3/libio/libio.h
The last 2 are quite close though. If you have further questions you should
ask Uli, cause AFAIK he is the final authority for libio and you need his OK
for libio changes.
Franz.