summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2005-03-14 00:50:32 +0000
committerrpj <rpj>2005-03-14 00:50:32 +0000
commit9b477bedafd2450735b78cdedc7af5e090aa8934 (patch)
tree78b771e9742102da4c45446acd801fb1acd78133 /ChangeLog
parent47d030b0ab9adf502451ef1558eeca50e67063c0 (diff)
Downgrade interlocked ops where possible
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ceb14fa..93dbd1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-14 Ross Johnson <ross at callisto.canberra.edu.au>
+
+ * pthread_once.c (pthread_once): Downgrade interlocked operations to simple
+ memory operations where these are protected by the critical section; edit
+ comments.
+
2005-03-13 Ross Johnson <rpj at callisto.canberra.edu.au>
* pthread_once.c (pthread_once): Completely redesigned; a change was