diff options
author | rpj <rpj> | 2001-10-12 08:24:52 +0000 |
---|---|---|
committer | rpj <rpj> | 2001-10-12 08:24:52 +0000 |
commit | 50d2dd36c9a30460b32a4c9a3b4b2c456a255467 (patch) | |
tree | c05551527200da991f9482d57fc18fa43ea29695 /ChangeLog | |
parent | 64a1ea1aa97e5de174220f8de6815ede9fcfabac (diff) |
* spin.c (pthread_spin_unlock): Was not returning
EPERM if the spinlock was not locked, for multi CPU
machines.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-10-12 Ross Johnson <rpj@setup1.ise.canberra.edu.au> + + * spin.c (pthread_spin_unlock): Was not returning + EPERM if the spinlock was not locked, for multi CPU + machines. + 2001-10-08 Ross Johnson <rpj@setup1.ise.canberra.edu.au> * spin.c (pthread_spin_trylock): Was not returning |