From 056f707c8618062023a79fdbc6ec19ac482c63dd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 19 Jul 2000 06:24:30 +0000 Subject: Update. * spinlock.h (__pthread_alt_trylock): Fix code used if no compare&swap is available. --- linuxthreads/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linuxthreads/ChangeLog') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 1351c25495..f14cf0d4a5 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 2000-07-18 Ulrich Drepper + * spinlock.h (__pthread_alt_trylock): Fix code used if no + compare&swap is available. + * spinlock.h (__pthread_trylock): Use __compare_and_swap, not compare_and_swap. -- cgit v1.2.3