]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
htl: Fix gsync_wait symbol exposition
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 1 Jun 2020 20:21:08 +0000 (22:21 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 1 Jun 2020 20:22:03 +0000 (22:22 +0200)
* sysdeps/htl/pt-cond-destroy.c (__pthread_cond_destroy): Call
__gsync_wait instead of gsync_wait.

sysdeps/htl/pt-cond-destroy.c

index 722516a8e2f7e09f48d458090581a419d9e1c0c5..3fc1b42594f71dacb7d14aab2d093fa49e895b99 100644 (file)
@@ -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);
     }