Reported by Sevan Janiyan <venture37@geeklan.co.uk> in
<https://lists.gnu.org/archive/html/bug-gnulib/2023-11/msg00183.html>.
* tests/test-pthread.c: Omit the PTHREAD_RWLOCK_INITIALIZER test if
module 'pthread-rwlock' is not in use.
+2024-10-16 Bruno Haible <bruno@clisp.org>
+
+ pthread-h tests: Fix a compilation error on MacOS X 10.4.
+ Reported by Sevan Janiyan <venture37@geeklan.co.uk> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2023-11/msg00183.html>.
+ * tests/test-pthread.c: Omit the PTHREAD_RWLOCK_INITIALIZER test if
+ module 'pthread-rwlock' is not in use.
+
2024-10-10 Bruno Haible <bruno@clisp.org>
csharpcomp-script: Handle directories with spaces correctly.
pthread_mutex_t t4 = PTHREAD_MUTEX_INITIALIZER;
pthread_mutexattr_t t5;
+#if GNULIB_TEST_PTHREAD_RWLOCK
pthread_rwlock_t t6 = PTHREAD_RWLOCK_INITIALIZER;
pthread_rwlockattr_t t7;
+#endif
pthread_cond_t t8 = PTHREAD_COND_INITIALIZER;
pthread_condattr_t t9;