summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Widawsky <ben@bwidawsk.net>2016-05-23 15:07:06 -0700
committerUli Schlachter <psychon@znc.in>2016-05-29 15:52:07 +0200
commitfa6db2f9c018c54a47e94c0175450303d700aa92 (patch)
tree6f84ebf20007fdec191c30700afc98ada7d6d88f
parent431d2c0be218d878b9dd3862e4232243c599df4b (diff)
downloadxcb-pthread-stubs-fa6db2f9c018c54a47e94c0175450303d700aa92.tar.gz
list.m4: Add some new pthread symbols
Lots of symbols are still missing, but this is required to build mesa as a result of using pthread-stubs with the latest mesa, specifically: commit 8aeb6d768b4285f600d09f38d0b406adf46c251d Author: Rob Herring <robh@kernel.org> Date: Tue May 3 21:02:47 2016 -0500 gbm: Add map/unmap functions Cc: Rob Clark <robclark@freedesktop.org> Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Uli Schlachter <psychon@znc.in>
-rw-r--r--list.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/list.m4 b/list.m4
index 79b5b59..10c1965 100644
--- a/list.m4
+++ b/list.m4
@@ -13,3 +13,6 @@ alias(zero, int, pthread_cond_signal)
alias(zero, int, pthread_cond_broadcast)
alias(equal, int, pthread_equal)
alias(exit, void, pthread_exit)
+alias(zero, int, pthread_mutexattr_init)
+alias(zero, int, pthread_mutexattr_settype)
+alias(zero, int, pthread_mutexattr_destroy)