glibc/htl
Samuel Thibault 50a78baa8e htl: Move pthread_atfork to libc_nonshared.a
This follows bd60ce8652 ('nptl: Move pthread_atfork to libc_nonshared.a')
with the same rationale: there is no non-libpthread equivalent to be used
for making linking against libpthread optional.

libpthread_nonshared.a is unused after this, so remove it from the
build.

There is no ABI impact because pthread_atfork was implemented using
__register_atfork in libc even before this change.

pthread_atfork has to be a weak alias because pthread_* names are not
reserved in libc.
2020-01-04 18:55:47 +01:00
..
tests Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
alloca_cutoff.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00: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. 2020-01-01 00:14:33 +00:00
forward.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
libc_pthread_init.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
libpthread_pic.a hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
libpthread.a hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
lockfile.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Makefile htl: Move pthread_atfork to libc_nonshared.a 2020-01-04 18:55:47 +01:00
pt-alloc.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-cancel.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-cleanup.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-create.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-dealloc.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-detach.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-exit.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-getattr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-initialize.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-internal.h htl: Drop common tcbhead_t definition 2020-01-04 18:52:03 +01:00
pt-join.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-self.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-setcancelstate.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-setcanceltype.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-sigmask.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-spin-inlines.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-testcancel.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-yield.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
shlib-versions hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
Versions hurd: Add missing symbols for proper libc_get/setspecific 2018-08-08 01:55:04 +02:00