[Xcb] [PATCH pthread-stubs v2 2/4] Revert "list.m4: Add some new pthread symbols"

Emil Velikov emil.l.velikov at gmail.com
Fri Feb 17 18:37:20 UTC 2017


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.

In other words: pthread-stubs won't provide/guarantee these symbols any
more. That is perfectly fine since a) there has been no pthread-stubs
release that provides the API, and b) these should be provided by a full
blown pthreads implementation.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98048
---
Uli, I've reworked your earlier comment a bit, since it read a bit
strange. Hopefully I didn't butcher it :-]
---
 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.11.0



More information about the Xcb mailing list