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: TLS on GNU/Hurd (was Re: configure.in broken.)


Alfred M. Szmidt wrote:

>    /* Fill in the DTV slot so that a later LD/GD access will find it.  */
> -  THREAD_DTV ()[map->l_tls_modid].pointer = dest;
> +  {
> +    dtv_t *dtv = THREAD_DTV ();
> +    dtv[map->l_tls_modid].pointer = dest;
> +  }

This is wrong.  All the error means is that the THREAD_DTV return value
has the wrong type.

-- 
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â


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