]> Savannah Git Hosting - gnulib.git/commit
pthread_mutex_timedlock, pthread-spin: Fix configure test.
authorFlorian Weimer <fweimer@redhat.com>
Mon, 12 Feb 2024 11:18:34 +0000 (12:18 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 12 Feb 2024 23:23:40 +0000 (00:23 +0100)
commit69076cf4e147045c47613997a828e0f3a98f40c3
treeefb8f06a08845cac2e828d2c4f2a8f5e5fcc425c
parentd97ea35d281fe4685cb3cb88d8e81caae1ef7dfb
pthread_mutex_timedlock, pthread-spin: Fix configure test.

* m4/pthread_mutex_timedlock.m4 (gl_FUNC_PTHREAD_MUTEX_TIMEDLOCK): Pass
a pointer of the correct type to pthread_mutex_timedlock.
* m4/pthread-spin.m4 (gl_PTHREAD_SPIN): Pass a pointer of the correct
type to pthread_spin_init.

Copyright-paperwork-exempt: Yes
ChangeLog
m4/pthread-spin.m4
m4/pthread_mutex_timedlock.m4