[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Included Interfaces without documentation update



Andreas Jaeger wrote:
> > Getting back to the original topic, it looks like the documentation
> > for the symbols
> >  _IO_2_1_stderr_
> >  _IO_2_1_stdin_
> >  _IO_2_1_stdout_
> >  _IO_feof
> >  _IO_getc
> >  _IO_putc
> >  _IO_puts
> >
> > could be something like this:
> >
> >   These are internal aliases used in the interface between glibc and
> >   gnu stdlibc++ for the symbols stderr, stdin, stdout, feof, getc,
> >   putc, and puts.  Use programs should not directly reference these.
> >   These are only used by programs that link statically to gnu libstdc++.
> >   These may be deprecated in a future version of this standard, once
> >   the final C++ ABI is deployed.

Dang, typo, that should be 
                       *User* programs should not directly reference these.

> > Andreas, is that accurate?
> 
> According to my understanding (I'm not a libstdc++ developer): Yes,
> that's fine.

Cool.

- Dan



Reply to: