summaryrefslogtreecommitdiff
path: root/libgomp/barrier.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp/barrier.c')
-rw-r--r--libgomp/barrier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/barrier.c b/libgomp/barrier.c
index bcad683af5e..24037aba17b 100644
--- a/libgomp/barrier.c
+++ b/libgomp/barrier.c
@@ -40,5 +40,5 @@ GOMP_barrier (void)
if (team == NULL)
return;
- gomp_barrier_wait (&team->barrier);
+ gomp_team_barrier_wait (&team->barrier);
}