about summary refs log tree commit diff
path: root/htl/Versions
Commit message (Collapse)AuthorAgeFilesLines
* htl: Add internal version of __pthread_mutex_timedlockSamuel Thibault2020-01-131-0/+1
| | | | The C11 threads implementation will need it.
* htl: Add __errno_location and __h_errno_locationSamuel Thibault2020-01-041-0/+1
| | | | | | | | As explained on https://sourceware.org/ml/libc-alpha/2020-01/msg00049.html the presence of __errno_location in libpthread.so on GNU/Linux makes libpthread getting linked in for libstdc++. This aligns on that behavior, to avoid issues that only GNU/Hurd would get.
* hurd: Add missing symbols for proper libc_get/setspecificSamuel Thibault2018-08-081-0/+2
| | | | | * htl/Versions (__pthread_getspecific, __pthread_setspecific): Add symbols.
* hurd: Add hurd thread librarySamuel Thibault2018-04-021-0/+156
Contributed by Agustina Arzille <avarzille@riseup.net> Amos Jeffries <squid3@treenet.co.nz> David Michael <fedora.dm0@gmail.com> Marco Gerards <marco@gnu.org> Marcus Brinkmann <marcus@gnu.org> Neal H. Walfield <neal@gnu.org> Pino Toscano <toscano.pino@tiscali.it> Richard Braun <rbraun@sceen.net> Roland McGrath <roland@gnu.org> Samuel Thibault <samuel.thibault@ens-lyon.org> Thomas DiModica <ricinwich@yahoo.com> Thomas Schwinge <tschwinge@gnu.org> * htl: New directory. * sysdeps/htl: New directory. * sysdeps/hurd/htl: New directory. * sysdeps/i386/htl: New directory. * sysdeps/mach/htl: New directory. * sysdeps/mach/hurd/htl: New directory. * sysdeps/mach/hurd/i386/htl: New directory. * nscd/Depend, resolv/Depend, rt/Depend: Add htl dependency. * sysdeps/mach/hurd/i386/Implies: Add mach/hurd/i386/htl imply. * sysdeps/mach/hurd/i386/libpthread.abilist: New file.