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: [RFC] Fixing pthread_* namespace issues for thrd_* symbols


* Juan Manuel Torres Palma <j.m.torrespalma@gmail.com> [2015-04-26 13:42:09 +0200]:
> 
> I have been working on this for a while and finally I guess I have
> started to understand how all this works. This patch just sets a few
> pthread_* symbols to weak symbols. Please experts take a look at it
> and let me know if there is any problem with this.
> 

if i understand it this lets you use pthread functions from
c11 functions without namespace issues..

how do you plan to solve the namespace issue for the pthread types?


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