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/3] network: recvmsg and sendmsg standard compliance (BZ#16919)



On 23-03-2016 18:51, Joseph Myers wrote:
> Is there any current need to have these functions in libpthread as well as 
> libc?  Or could we make the libpthread versions into compat symbols 
> (including on 32-bit architectures) *without* adding new versions in 
> libpthread - with new versions going in libc only?
> 

I think it is possible to just add the compat symbol for all architectures
in libpthread and move all the new implementation on libc only.  I will
change it.


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