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 Fri, 10 Jun 2016, Carlos O'Donell wrote:

> > (A much more significant issue here is the ridiculous delays in adding
> > things like gettid() and getrandom().)
> 
> There are no delays in adding gettid or getrandom, there are only the
> lack of skilled people willing to do the work at level of quality required
> of a core library implementation.

For gettid I think the actual issue is difficulty in establishing 
consensus in the absence of unanimity.  That's caused issues for all of: 
gettid / pthread_gettid_np, explicit_bzero, strlcpy / strlcat, Linux 
syscall wrappers in general especially where not appropriate for the 
OS-independent GNU API.  (I think all of those are appropriate for 
inclusion in glibc.)

-- 
Joseph S. Myers
joseph@codesourcery.com


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