summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2017-02-17 18:37:20 +0000
committerUli Schlachter <psychon@znc.in>2017-03-01 17:42:37 +0100
commit816ca2affbd5a9d2e551851de4d0a26ec080d948 (patch)
treeda52fc461a21c6fae77fc2b2a153e399664b2291
parentce706c62f6a14e52fd3ccaf4faf8712c8f057475 (diff)
downloadxcb-pthread-stubs-816ca2affbd5a9d2e551851de4d0a26ec080d948.tar.gz
Revert "list.m4: Add some new pthread symbols"
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 Acked-by: Eric Anholt <eric@anholt.net> Signed-off-by: Uli Schlachter <psychon@znc.in>
-rw-r--r--list.m43
1 files changed, 0 insertions, 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)