Pino Toscano, le Mon 26 May 2014 08:34:47 +0200, a écrit :
> It looks like to me there are two solutions:
> 
> a) fix the GCC detection of threads on Hurd, so it uses only
>    pthread_key_create (or another internal symbol of Hurd's
>    libpthread)
> 
> b) fix pthread_key_create in Hurd's libpthread, changing it to
>    __pthread_key_create and declaring pthread_key_create as strong
>    alias, just like it is done in NPTL
> 
> IMHO most probably (b) is the most realistic and easy to do.

I have now commited (b) in glibc. This fixes the webkitgtk build failure
we've seen recently.

I have updated the fixed libpthread on 

http://people.debian.org/~sthibault/tmp/libpthread-2.19.so

(which thus now contains both the thousands-thread fix and std::thread
fix).

Samuel


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140820210355.ga31...@type.youpi.perso.aquilenet.fr

Reply via email to