This is the mail archive of the gcc-bugs@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: [PATCH] _IO_USER_LOCK and libstdc++-v3


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.

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