[Xcb] [PATCH pthread-stubs] Remove no longer used list.m4
Uli Schlachter
psychon at znc.in
Thu Mar 2 14:45:32 UTC 2017
On 01.03.2017 20:09, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> Cc: Uli Schlachter <psychon at znc.in>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
> Pardon about that one Uli. Here's a patch in case you've haven't purged
> the file already.
To be honest, I decided to be lazy and just ignore this. Thanks for
un-lazy-ing me. :-)
Pushed.
> ---
> list.m4 | 15 ---------------
> 1 file changed, 15 deletions(-)
> delete mode 100644 list.m4
>
> diff --git a/list.m4 b/list.m4
> deleted file mode 100644
> index 79b5b59..0000000
> --- a/list.m4
> +++ /dev/null
> @@ -1,15 +0,0 @@
> -alias(self, pthread_t, pthread_self)
> -alias(zero, int, pthread_mutex_init)
> -alias(zero, int, pthread_mutex_destroy)
> -alias(zero, int, pthread_mutex_lock)
> -alias(zero, int, pthread_mutex_unlock)
> -alias(zero, int, pthread_cond_init)
> -alias(zero, int, pthread_cond_destroy)
> -alias(zero, int, pthread_condattr_init)
> -alias(zero, int, pthread_condattr_destroy)
> -alias(abort, int, pthread_cond_wait)
> -alias(abort, int, pthread_cond_timedwait)
> -alias(zero, int, pthread_cond_signal)
> -alias(zero, int, pthread_cond_broadcast)
> -alias(equal, int, pthread_equal)
> -alias(exit, void, pthread_exit)
>
--
Happiness can't be found -- it finds you.
- Majic
More information about the Xcb
mailing list