]> 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>
Mon, 12 Aug 2024 17:16:40 +0000 (19:16 +0200)
commit7645a1b85b1cc02ff5fc960f5d5e042c8bd16e97
treec1520c79dd9adbbe1ef86a2c3c01369c6bc50db2
parent6001bdfe1a67cb483b8f023e793cb8bf7813c553
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