This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: Problems with libstdc++ v3 and glibc 2.2


"H . J . Lu" <hjl@lucon.org> writes:

> > In which files?
> 
> ./config/c_io_libio.cc:    { return _IO_file_xsgetn(this, __s, __n); }
> ./config/c_io_libio.cc:  { return _IO_wfile_doallocate(this); }
> ./config/c_io_libio.cc:    _IO_no_init(this, 0, 0, &_M_wfile, 0);
> ./config/c_io_libio.cc:    _IO_no_init(this, 0, 0, &_M_wfile, &_IO_wfile_jumps);

This file is not going to be used with glibc.  It's there for other
libc versions and for development.  With glibc 2.2 this has to be done
differently.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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