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 roland/nptl] Clean up NPTL fork to be compat-only.


> On Mon, 23 Jun 2014, Roland McGrath wrote:
> 
> > +/* libpthread once had its own fork, though there was no apparent reason
> > +   for it.  There is no use in having a separate symbol in libpthread, but
> > +   the historical ABI requires it.  For static linking, there is no need to
> > +   provide anything here--the libc version will be linked in.  For shared
> > +   library ABI compatibility, there must be __vfork and vfork symbols in
> 
> __fork and fork not __vfork and vfork?

Oops!  Yes.  Fixed on the branch.


Thanks,
Roland


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