]> Savannah Git Hosting - gnulib.git/commit
pthread-spin: Fix link errors on FreeBSD 5.2.1/i386.
authorBruno Haible <bruno@clisp.org>
Sun, 15 Oct 2023 20:00:04 +0000 (22:00 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 5 Nov 2023 19:18:18 +0000 (20:18 +0100)
commitd6e1b3f8153d6d0ea7eaa121eaa17251e083d7ef
treef4d9e46f226ca7ceea99fb4bcb4764021be96d4d
parentb2f0b9685afb820a6856350df530fdd33db73ed8
pthread-spin: Fix link errors on FreeBSD 5.2.1/i386.

* m4/pthread-spin.m4 (gl_PTHREAD_SPIN): Test not only whether
<pthread.h> defines the pthread_spinlock_t type, but also whether the
function pthread_spin_init is actually defined.
ChangeLog
m4/pthread-spin.m4