glibc/htl
Samuel Thibault 8dc3f4f8ad hurd: Fix missing pthread_ compat symbol in libc
5476f8cd2e ("htl: move pthread_self info libc.") and
9dfa256216 ("htl: move pthread_equal into libc") to
1dc0bc8f07 ("htl: move pthread_attr_setdetachstate into libc")
moved some pthread_ symbols from libpthread.so to libc.so, but missed
adding the compat version like 5476f8cd2e ("htl: move pthread_self
info libc.") did: libc already had these symbols as forwards,
but versioned GLIBC_2.21, while the symbols in libpthread.so were
versioned GLIBC_2.12.

To fix running executables built before this, we thus have to add the
GLIBC_2.12 version, otherwise execution fails with e.g.

/usr/lib/i386-gnu/libglib-2.0.so: symbol lookup error: /usr/lib/i386-gnu/libglib-2.0.so: undefined symbol: pthread_attr_setinheritsched, version GLIBC_2.12
2024-08-01 23:58:51 +02:00
..
tests htl/tests: Reformat Makefile. 2024-02-25 13:38:16 -05:00
alloca_cutoff.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
cancellation.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
configure hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
configure.in hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
cthreads-compat.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
forward.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
herrno.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
htlfreeres.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
libc_pthread_init.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
libpthread_pic.a htl: Fix linking static tests by factorizing the symbols list 2020-06-10 21:34:19 +00:00
libpthread_syms.a hurd: Remove some remnants of cthreads 2020-11-15 13:16:03 +01:00
libpthread.a htl: Fix linking static tests by factorizing the symbols list 2020-06-10 21:34:19 +00:00
lockfile.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Makefile Add pthread_getname_np and pthread_setname_np for Hurd 2024-07-16 09:21:52 +02:00
pt-alloc.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-cancel.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-cleanup.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-create.c htl: Implement some support for TLS_DTV_AT_TP 2024-03-23 23:00:30 +01:00
pt-dealloc.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-detach.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-exit.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-getattr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-initialize.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-internal.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-join.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-nthreads.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-self.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-setcancelstate.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-setcanceltype.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-sigmask.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-spin-inlines.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-testcancel.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-yield.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
semaphoreP.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
shlib-versions hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
Versions hurd: Fix missing pthread_ compat symbol in libc 2024-08-01 23:58:51 +02:00