From b05de1040009d0d07a5a2e2765cffe554ffbe6ac Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 13 Jan 2020 19:58:28 +0000 Subject: C11 threads: Move implementation to sysdeps/pthread so it gets shared by nptl and htl. Also add htl versions of thrd_current and thrd_yield. Reviewed-by: Adhemerval Zanella --- sysdeps/mach/hurd/htl/pt-mutex-destroy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/mach/hurd/htl/pt-mutex-destroy.c') diff --git a/sysdeps/mach/hurd/htl/pt-mutex-destroy.c b/sysdeps/mach/hurd/htl/pt-mutex-destroy.c index a8a0adc03f..a5bfaddcb2 100644 --- a/sysdeps/mach/hurd/htl/pt-mutex-destroy.c +++ b/sysdeps/mach/hurd/htl/pt-mutex-destroy.c @@ -35,3 +35,4 @@ __pthread_mutex_destroy (pthread_mutex_t *mtxp) } strong_alias (__pthread_mutex_destroy, pthread_mutex_destroy) +hidden_def (__pthread_mutex_destroy) -- cgit 1.4.1