From: GNU Libc Maintainers Date: Wed, 19 Apr 2023 21:17:51 +0000 (+0100) Subject: git-cthreads-symbols X-Git-Tag: archive/raspbian/2.31-13+rpi1+deb11u6^2~73 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=50cb5f9326f198b8369546a1075aa69fae4fe106;p=glibc.git git-cthreads-symbols Commited for 2.33 commit f9ba73d056721ff61160a46438fd8ebf11d9aeee Author: Samuel Thibault Date: Thu Dec 3 10:48:27 2020 +0100 htl: Add missing symbols hurd/hurdsig.c needs to detect whether __pthread_detach and __pthread_create are available, so they need to be exposed. Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name git-cthreads-symbols.diff --- diff --git a/htl/Versions b/htl/Versions index 77f7335b9..63f4583b7 100644 --- a/htl/Versions +++ b/htl/Versions @@ -148,6 +148,8 @@ libpthread { __cthread_detach; __cthread_fork; + __pthread_detach; + __pthread_create; __cthread_keycreate; __cthread_getspecific; __cthread_setspecific; diff --git a/hurd/Versions b/hurd/Versions index 88aa3388a..1098085c1 100644 --- a/hurd/Versions +++ b/hurd/Versions @@ -144,7 +144,7 @@ libc { HURD_CTHREADS_0.3 { # weak refs to libthreads functions that libc calls iff libthreads in use - __cthread_fork; __cthread_detach; + __cthread_fork; __pthread_create; __cthread_detach; __pthread_detach; __pthread_getattr_np; __pthread_attr_getstack; # variables used for detecting cthreads