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. --- hurd/Versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/Versions b/hurd/Versions index aa27f0f..f37e359 100644 --- a/hurd/Versions +++ b/hurd/Versions @@ -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 -- cgit v1.1