]> 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 18:56:32 +0000 (19:56 +0100)
commitc4d9929e1ad8eaa2cdb23893b3beaf5383c267ed
tree5bf2da52160c4d555c98ad5fcd0c08f45eb85672
parent58de049a6fa9fb4d61f8a9f214c2e856e9fc639b
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