summaryrefslogtreecommitdiff
path: root/support/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-05-29 10:48:46 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-05-29 15:37:00 +0200
commit0ce2fa6973810b2b99c85f446f79c505cfbf5652 (patch)
tree34769cf61e265e7dd5b8245c348152fced53b09e /support/Makefile
parent7f7b5d8ded77db90c1fbfeaaeb3d58b6db84da47 (diff)
support: Add wrappers for pthread_barrierattr_t
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
index bc2e5c69a2..652d2cdf69 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -98,6 +98,9 @@ libsupport-routines = \
xpthread_barrier_destroy \
xpthread_barrier_init \
xpthread_barrier_wait \
+ xpthread_barrierattr_destroy \
+ xpthread_barrierattr_init \
+ xpthread_barrierattr_setpshared \
xpthread_cancel \
xpthread_check_return \
xpthread_cond_wait \