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


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

Re: libio backward compat bug? involving setmntent()


> >I like this approach. But on the other hand, libio is used
> >by both glibc and libstdc++. I am not sure introducing
> >_IO_NEW_MAGIC is a good idea or not. As least, you may have
> >to change libstdc++ to match it.
> 
> I was afraid of that.  I did it this way because I wasn't sure if
> there were other functions in libc that return FILE pointers.  Without
> this, we'd need versions for all of them.
> 

I have a list. It is not hard to do. I don't like to introduce
_IO_NEW_MAGIC unless we have to.

-- 
H.J. Lu (hjl@gnu.org)


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