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

Uli Schlachter psychon at znc.in
Fri Nov 4 15:51:23 UTC 2016


On 03.11.2016 21:24, Emil Velikov wrote:
> 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.

I'd add some text here.

pthread-stubs won't provide/guarantee these symbols any more. That's "a
good thing", because otherwise it would cause linking with libpthreads
on all(?) platforms.

> 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)
> 


-- 
ā€œIā€™m Olaf and I like warm hugs.ā€


More information about the Xcb mailing list