Reported by Gisle Vanem <gisle.vanem@gmail.com> in
<https://lists.gnu.org/archive/html/bug-gnulib/2019-08/msg00024.html>.
* lib/windows-spin.c (glwthread_spin_trylock): Fix typo in function
name.
+2019-08-17 Bruno Haible <bruno@clisp.org>
+
+ windows-spin: Implement declared functions.
+ Reported by Gisle Vanem <gisle.vanem@gmail.com> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2019-08/msg00024.html>.
+ * lib/windows-spin.c (glwthread_spin_trylock): Fix typo in function
+ name.
+
2019-08-17 Paul Eggert <eggert@cs.ucla.edu>
intprops: port to Oracle Developer Studio 12.6
}
int
-glwthread_spinlock_trylock (glwthread_spinlock_t *lock)
+glwthread_spin_trylock (glwthread_spinlock_t *lock)
{
/* If lock->word is 0, then replace it with 1. */
/* InterlockedCompareExchange