[Xcb] [PATCH 1/2] list.m4: Add some new pthread symbols
Ben Widawsky
ben at bwidawsk.net
Mon May 23 22:07:06 UTC 2016
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 at kernel.org>
Date: Tue May 3 21:02:47 2016 -0500
gbm: Add map/unmap functions
Cc: Rob Clark <robclark at freedesktop.org>
Signed-off-by: Ben Widawsky <ben at bwidawsk.net>
---
list.m4 | 3 +++
1 file changed, 3 insertions(+)
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)
--
2.8.2
More information about the Xcb
mailing list