From f9ba73d056721ff61160a46438fd8ebf11d9aeee Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 3 Dec 2020 10:48:27 +0100 Subject: htl: Add missing symbols hurd/hurdsig.c needs to detect whether __pthread_detach and __pthread_create are available, so they need to be exposed. --- htl/Versions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'htl') diff --git a/htl/Versions b/htl/Versions index 4e23c2ed64..95496297e3 100644 --- a/htl/Versions +++ b/htl/Versions @@ -173,6 +173,8 @@ libpthread { __cthread_detach; __cthread_fork; + __pthread_detach; + __pthread_create; __cthread_keycreate; __cthread_getspecific; __cthread_setspecific; -- cgit 1.4.1