]> Savannah Git Hosting - gnulib.git/commit
pthread_mutex_timedlock: Fix link errors on FreeBSD 5.2.1/i386.
authorBruno Haible <bruno@clisp.org>
Sun, 15 Oct 2023 19:57:26 +0000 (21:57 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 5 Nov 2023 19:17:47 +0000 (20:17 +0100)
commitb2f0b9685afb820a6856350df530fdd33db73ed8
treedecb58ea4805beba0ffa553358d743340ddac6c5
parent92dbe524b0f7543a62a48c414bcf4106f31cb2cc
pthread_mutex_timedlock: Fix link errors on FreeBSD 5.2.1/i386.

* m4/pthread_mutex_timedlock.m4 (gl_FUNC_PTHREAD_MUTEX_TIMEDLOCK): Test
not only whether pthread_mutex_timedlock is declared, but also whether
it is actually defined.
ChangeLog
m4/pthread_mutex_timedlock.m4