This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH 2/6] Add fmemopen compatibility version.


Why do you want to copy the entire implementation?  So far it's only the
seek function that needs to differ.  Other fixes you've proposed are not
ones we want to keep out of the implementation of the old symbol version.

I'd do it in fmemopen.c, splitting fmemopen into a local subroutine that
takes the seek function as an argument.


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