about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-06-21 05:32:43 +0000
committerUlrich Drepper <drepper@redhat.com>2002-06-21 05:32:43 +0000
commit9b17bc94bc580d5893a9c93050bb3d8bf160e4ee (patch)
tree027f0fe82f83a8604f381bd9b641c51ec482eebe /linuxthreads/ChangeLog
parente6ac0e78f1fd258b74ae9175ef17460968b7f0f5 (diff)
downloadglibc-9b17bc94bc580d5893a9c93050bb3d8bf160e4ee.tar.gz
glibc-9b17bc94bc580d5893a9c93050bb3d8bf160e4ee.tar.xz
glibc-9b17bc94bc580d5893a9c93050bb3d8bf160e4ee.zip
Update.
2002-06-20  Ulrich Drepper  <drepper@redhat.com>

	* spinlock.c (wait_node_alloc): We cannot use compare-and-exchange.
	Unconditionally use the code using spinlock.  Use __pthread_release
	to free a spinlock.
	(wait_node_free): Likewise.
	(__pthread_acquire, __pthread_release): Unconditionally define.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index c832816779..fa1c8b0f5d 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,11 @@
+2002-06-20  Ulrich Drepper  <drepper@redhat.com>
+
+	* spinlock.c (wait_node_alloc): We cannot use compare-and-exchange.
+	Unconditionally use the code using spinlock.  Use __pthread_release
+	to free a spinlock.
+	(wait_node_free): Likewise.
+	(__pthread_acquire, __pthread_release): Unconditionally define.
+
 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/ia64/pt-machine.h (MEMORY_BARRIER): Fix typo.