[Xcb] [PATCH pthread-stubs 2/4] Revert "list.m4: Add some new pthread symbols"
Emil Velikov
emil.l.velikov at gmail.com
Thu Nov 3 20:24:57 UTC 2016
This reverts commit fa6db2f9c018c54a47e94c0175450303d700aa92.
This commit causes pthread-stubs to provide a library (with stubs) for
most platforms. This by itself is the goal of the project, although
unveiled severe design issue with the project as a whole.
That will be covered and addressed in a later commit.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98048
---
list.m4 | 3 ---
1 file changed, 3 deletions(-)
diff --git a/list.m4 b/list.m4
index 10c1965..79b5b59 100644
--- a/list.m4
+++ b/list.m4
@@ -13,6 +13,3 @@ 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.10.0
More information about the Xcb
mailing list