This is the mail archive of the libc-alpha@sources.redhat.com 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] linuxthreads.manager.c compile failure


On Mon, Aug 11, 2003 at 02:27:48PM -0500, Steven Munroe wrote:
> #if !(USE_TLS && HAVE___THREAD)
>   /* Initialize thread-locale current locale to point to the global one.
>      With __thread support, the variable's initializer takes care of this.  */
>   __uselocale (LC_GLOBAL_LOCALE);
> #else
>   /* Initialize __resp.  */
> -  __resp = &self->p_resp;
> +  __resp = &self->p_res;
> #endif
> 
> I believe this effects all platform builds of linuxthreads with TLS enabled.
> 
> 2003-08-11  Steven Munroe  <sjmunroe@us.ibm.com>
> 
> 	* manager.c (pthread_start_thread) [!(USE_TLS && HAVE___THREAD)]: 
> 	Correct spelling of per thread resolver state.

Yeah, that was the intent.  I usually don't test
--with-tls --with-__thread --enable-add-ons=linuxthreads.

	Jakub


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