]> 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 11:18:34 +0000 (12:18 +0100)
commitf5b70b135a355d7f957ddd8119a802f3d3bb4958
treeaa6d3c3b1bdf2b23c338a21726b3ce14023a9001
parent8c7736e4898fb0c177f97b396bbc782a8daa409a
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