]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
htl: Add missing symbols
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 3 Dec 2020 09:48:27 +0000 (10:48 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 3 Dec 2020 09:48:27 +0000 (10:48 +0100)
hurd/hurdsig.c needs to detect whether __pthread_detach and
__pthread_create are available, so they need to be exposed.

htl/Versions
hurd/Versions

index 4e23c2ed64d67360367b85630603483b3b405ad2..95496297e390abd65dc48f30e1ba42870a6b2762 100644 (file)
@@ -173,6 +173,8 @@ libpthread {
 
     __cthread_detach;
     __cthread_fork;
+    __pthread_detach;
+    __pthread_create;
     __cthread_keycreate;
     __cthread_getspecific;
     __cthread_setspecific;
index aa27f0f0986b272a3805120ed89890365a6f2dc7..f37e359ac808b14e3e2f796e797033cfd8c2d53f 100644 (file)
@@ -140,7 +140,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;
 
     # cthreads functions with stubs in libc