unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited] htl: Fix gsync_wait symbol exposition
@ 2020-06-01 20:22 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2020-06-01 20:22 UTC (permalink / raw)
  To: libc-alpha; +Cc: commit-hurd

* sysdeps/htl/pt-cond-destroy.c (__pthread_cond_destroy): Call
__gsync_wait instead of gsync_wait.
---
 sysdeps/htl/pt-cond-destroy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/htl/pt-cond-destroy.c b/sysdeps/htl/pt-cond-destroy.c
index 722516a8e2..3fc1b42594 100644
--- a/sysdeps/htl/pt-cond-destroy.c
+++ b/sysdeps/htl/pt-cond-destroy.c
@@ -35,7 +35,7 @@ __pthread_cond_destroy (pthread_cond_t *cond)
 
   while (wrefs >> 1 != 0)
     {
-      gsync_wait (__mach_task_self (), (vm_offset_t) &cond->__wrefs, wrefs,
+      __gsync_wait (__mach_task_self (), (vm_offset_t) &cond->__wrefs, wrefs,
 		  0, 0, 0);
       wrefs = atomic_load_acquire (&cond->__wrefs);
     }
-- 
2.26.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-01 20:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 20:22 [hurd,commited] htl: Fix gsync_wait symbol exposition Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).