]> Savannah Git Hosting - gnulib.git/commit
Avoid compiler warnings in some configure tests.
authorBruno Haible <bruno@clisp.org>
Wed, 7 Aug 2024 22:54:03 +0000 (00:54 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 7 Aug 2024 22:54:03 +0000 (00:54 +0200)
commitf427e53f50c21a83b290a10cbc585c6f69951401
tree3ccad59d82b7761284bb41d1423aa80e62fdbe87
parentd6cd315de0c0c21d0d0c72a73bf8da423f2ce3c8
Avoid compiler warnings in some configure tests.

* m4/pthread-rwlock.m4 (gl_PTHREAD_RWLOCK): Allocate more room for local
array 'name'.
* m4/pthread_mutex_timedlock.m4 (gl_FUNC_PTHREAD_MUTEX_TIMEDLOCK): Don't
pass a NULL pointer to pthread_mutex_timedlock.
ChangeLog
m4/pthread-rwlock.m4
m4/pthread_mutex_timedlock.m4