On 03/02/15 17:51, Felix Janda wrote:
> Emil Velikov wrote:
>> On 3 February 2015 at 02:53, Emil Velikov wrote:
>>> Hi Felix,
>>>
>
> Thanks for the review.
>
>>> On 2 February 2015 at 19:04, Felix Janda wrote:
Previously PTHREAD_MUTEX_RECURSIVE_NP had been used on linux for
compatibi
Emil Velikov wrote:
> On 3 February 2015 at 02:53, Emil Velikov wrote:
> > Hi Felix,
> >
Thanks for the review.
> > On 2 February 2015 at 19:04, Felix Janda wrote:
> >> Previously PTHREAD_MUTEX_RECURSIVE_NP had been used on linux for
> >> compatibility with old glibc. Since mesa defines __GNU_S
On 3 February 2015 at 02:53, Emil Velikov wrote:
> Hi Felix,
>
> On 2 February 2015 at 19:04, Felix Janda wrote:
>> Previously PTHREAD_MUTEX_RECURSIVE_NP had been used on linux for
>> compatibility with old glibc. Since mesa defines __GNU_SOURCE__
>> on linux PTHREAD_MUTEX_RECURSIVE is also avail
Hi Felix,
On 2 February 2015 at 19:04, Felix Janda wrote:
> Previously PTHREAD_MUTEX_RECURSIVE_NP had been used on linux for
> compatibility with old glibc. Since mesa defines __GNU_SOURCE__
> on linux PTHREAD_MUTEX_RECURSIVE is also available since at least
> 1998. So we can unconditionally use
Previously PTHREAD_MUTEX_RECURSIVE_NP had been used on linux for
compatibility with old glibc. Since mesa defines __GNU_SOURCE__
on linux PTHREAD_MUTEX_RECURSIVE is also available since at least
1998. So we can unconditionally use the portable version
PTHREAD_MUTEX_RECURSIVE.
---
Previous patch did