where is _IO_cookie_file used?

Ulrich Drepper drepper@redhat.com
Wed Jun 28 14:23:00 GMT 2000


Greg McGary <greg@kayak.mcgary.org> writes:

> ... if anywhere.

libio/iofopncook.c, not in user code.

> so in order to do this I must either move _IO_FILE_plus
> to libio.h (I prefer *not* to do that),

Will definitely not happen.

> or move _IO_cookie_file to libioP.h (I prefer this, but fear there
> might be user code that needs this struct)

There better shouldn't.  No user could allocate such a structure which
later would be usable by the library.  I think it's OK to much it.

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


More information about the Libc-hacker mailing list