commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd,commited] htl: Fix gsync_wait symbol exposition


From: Samuel Thibault
Subject: [hurd,commited] htl: Fix gsync_wait symbol exposition
Date: Mon, 1 Jun 2020 22:22:35 +0200

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]