Re: [patch] libstdc++/configure: strengthen the check for availability of pthread_rwlock_t

2019-12-19 Thread Jonathan Wakely
On 17/12/19 10:04 +0100, Jérôme Lambourg wrote: Hello, This patch to libstdc++ configure ensures that pthread_rwlock_t is used only when pthread is used for gthreads implementation. The original issue is that VxWorks comes with its native tasking layer and an optional pthread layer built above

[patch] libstdc++/configure: strengthen the check for availability of pthread_rwlock_t

2019-12-17 Thread Jérôme Lambourg
Hello, This patch to libstdc++ configure ensures that pthread_rwlock_t is used only when pthread is used for gthreads implementation. The original issue is that VxWorks comes with its native tasking layer and an optional pthread layer built above it. As pthread is an optional feature of the