This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Thread-, Signal- and Cancellation-safety documentation
- From: Rich Felker <dalias at aerifal dot cx>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: OndÅej BÃlka <neleai at seznam dot cz>, libc-alpha at sourceware dot org
- Date: Fri, 17 May 2013 12:32:41 -0400
- Subject: Re: Thread-, Signal- and Cancellation-safety documentation
- References: <orppym7okv dot fsf at livre dot home> <20130326072338 dot GA7548 at domone dot kolej dot mff dot cuni dot cz> <or38tlmycx dot fsf at livre dot home>
On Fri, May 17, 2013 at 12:15:26PM -0300, Alexandre Oliva wrote:
> > Could we document it is always thread local or are incompatible
> > implementations in the wild?
>
> The only incompatible implementation I'm aware of is the ppc-nofpu
> emulation.
This should be easily fixable by adding __thread to the global
variables it's using.
Rich