From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id E8082396EC67; Thu, 3 Dec 2020 09:49:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8082396EC67 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] htl: Add missing symbols X-Act-Checkin: glibc X-Git-Author: Samuel Thibault X-Git-Refname: refs/heads/master X-Git-Oldrev: f147616d6891a3726ff39b7c3bc1539c86667626 X-Git-Newrev: f9ba73d056721ff61160a46438fd8ebf11d9aeee Message-Id: <20201203094911.E8082396EC67@sourceware.org> Date: Thu, 3 Dec 2020 09:49:11 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2020 09:49:12 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f9ba73d056721ff61160a46438fd8ebf11d9aeee 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. Diff: --- htl/Versions | 2 ++ hurd/Versions | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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; diff --git a/hurd/Versions b/hurd/Versions index aa27f0f098..f37e359ac8 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