Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 21 Jun 2002 05:32:43 +0000 (05:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 21 Jun 2002 05:32:43 +0000 (05:32 +0000)
commit9b17bc94bc580d5893a9c93050bb3d8bf160e4ee
tree027f0fe82f83a8604f381bd9b641c51ec482eebe
parente6ac0e78f1fd258b74ae9175ef17460968b7f0f5
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.
linuxthreads/ChangeLog
linuxthreads/spinlock.c