aboutsummaryrefslogtreecommitdiff
path: root/drd/drd_gomp_intercepts.c
diff options
context:
space:
mode:
Diffstat (limited to 'drd/drd_gomp_intercepts.c')
-rw-r--r--drd/drd_gomp_intercepts.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drd/drd_gomp_intercepts.c b/drd/drd_gomp_intercepts.c
index 6cf2890b7..89aa54160 100644
--- a/drd/drd_gomp_intercepts.c
+++ b/drd/drd_gomp_intercepts.c
@@ -59,6 +59,8 @@ typedef void* gomp_barrier_t;
// Function definitions.
+#if 0
+
GOMP_FUNC(void, gompZubarrierZuinit, // gomp_barrier_init
gomp_barrier_t* barrier, unsigned count)
{
@@ -115,3 +117,5 @@ GOMP_FUNC(void, gompZubarrierZuwait, // gomp_barrier_wait
VALGRIND_DO_CLIENT_REQUEST(res, -1, VG_USERREQ__POST_BARRIER_WAIT,
barrier, gomp_barrier, 1, 0, 0);
}
+
+#endif