diff options
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 750ad05989..1351c25495 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 2000-07-18 Ulrich Drepper <drepper@redhat.com> + * spinlock.h (__pthread_trylock): Use __compare_and_swap, not + compare_and_swap. + * pthread.c (pthread_initialize): Don't use syscond to determine whether the machine has more than one processor. |