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] Fix quick_exit to match C++11 specification.


On 06/08/2016 04:28 PM, Adhemerval Zanella wrote:
> If the C++11 application is relying on thread_local destruction
> for quick_exit, it is a non-conforming one that might only runs correctly
> on GLIBC.  I see this as an application issue, not a GLIBC one.
 
I agree in principle, but in practice we need compat symbols. The only
good argument is the one Florian presents which is: data suggests that
there are so few users it doesn't matter.

At some point the flawed implementation becomes the standard.

-- 
Cheers,
Carlos.


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