aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-19 05:36:15 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-19 05:36:15 +0000
commita48297fdf310f0bf0fb29df1e185dd5f1561c1c1 (patch)
tree4909f4b6ec767d01616f31efc78a7d7b184ca00e /linuxthreads/ChangeLog
parent247c88694bd583af7967c9d785d5c3ebbd843de5 (diff)
downloadglibc-a48297fdf310f0bf0fb29df1e185dd5f1561c1c1.tar
glibc-a48297fdf310f0bf0fb29df1e185dd5f1561c1c1.tar.gz
glibc-a48297fdf310f0bf0fb29df1e185dd5f1561c1c1.tar.bz2
glibc-a48297fdf310f0bf0fb29df1e185dd5f1561c1c1.zip
Update.
* spinlock.h (__pthread_trylock): Use __compare_and_swap, not compare_and_swap.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog3
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.