This is the mail archive of the libc-hacker@sourceware.cygnus.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: where is _IO_cookie_file used?


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   `------------------------

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